From: Marek BehĂșn Date: Wed, 6 May 2020 19:29:16 +0000 (+0200) Subject: arm64: dts: armada-3720-turris-mox: fix SFP binding X-Git-Tag: v5.8-rc1~137^2~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2671acbbbd822ef077cc168991e0a7dbe2172c9;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: armada-3720-turris-mox: fix SFP binding The sfp compatible should be 'sff,sfp', not 'sff,sfp+'. We used patched kernel where the latter was working. Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox") Signed-off-by: Marek BehĂșn Cc: Gregory CLEMENT Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts index d47be95ad06a3..f3a678e0fd99b 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts @@ -95,7 +95,7 @@ }; sfp: sfp { - compatible = "sff,sfp+"; + compatible = "sff,sfp"; i2c-bus = <&i2c0>; los-gpio = <&moxtet_sfp 0 GPIO_ACTIVE_HIGH>; tx-fault-gpio = <&moxtet_sfp 1 GPIO_ACTIVE_HIGH>;