Skip to content

Commit c2671ac

Browse files
elkablogclement
authored andcommitted
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: 7109d81 ("arm64: dts: marvell: add DTS for Turris Mox") Signed-off-by: Marek Behún <[email protected]> Cc: Gregory CLEMENT <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 7a2c36b commit c2671ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
};
9696

9797
sfp: sfp {
98-
compatible = "sff,sfp+";
98+
compatible = "sff,sfp";
9999
i2c-bus = <&i2c0>;
100100
los-gpio = <&moxtet_sfp 0 GPIO_ACTIVE_HIGH>;
101101
tx-fault-gpio = <&moxtet_sfp 1 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)