arm64: dts: armada-3720-turris-mox: fix SFP binding
authorMarek Behún <marek.behun@nic.cz>
Wed, 6 May 2020 19:29:16 +0000 (21:29 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Sun, 17 May 2020 16:57:48 +0000 (18:57 +0200)
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 <marek.behun@nic.cz>
Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index d47be95..f3a678e 100644 (file)
@@ -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>;