From 113421890c325e2a1f19c1f35e18bb8c6120fc9d Mon Sep 17 00:00:00 2001 From: Russell King Date: Fri, 14 Apr 2017 20:17:13 +0100 Subject: arm64: dts: marvell: mcbin: use sfp+ compatible for sfp+ slots Signed-off-by: Russell King --- arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi index 073eb88a0b6a..3232e24f7de5 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi @@ -70,7 +70,7 @@ sfp_eth0: sfp-eth0 { /* CON15,16 - CPM lane 4 */ - compatible = "sff,sfp"; + compatible = "sff,sfp+"; i2c-bus = <&sfpp0_i2c>; los-gpio = <&cp1_gpio1 28 GPIO_ACTIVE_HIGH>; mod-def0-gpio = <&cp1_gpio1 27 GPIO_ACTIVE_LOW>; @@ -83,7 +83,7 @@ sfp_eth1: sfp-eth1 { /* CON17,18 - CPS lane 4 */ - compatible = "sff,sfp"; + compatible = "sff,sfp+"; i2c-bus = <&sfpp1_i2c>; los-gpio = <&cp1_gpio1 8 GPIO_ACTIVE_HIGH>; mod-def0-gpio = <&cp1_gpio1 11 GPIO_ACTIVE_LOW>; -- cgit