summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2017-04-14 20:17:13 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2024-04-16 16:52:31 +0100
commit7b3f9645f7d3f4e9b4b061fc351dd8859550ba04 (patch)
tree2c0ea740aa4b64041e3eafabe31f700c97e00ec5 /arch
parentd20f06928e51b7ed6eac089f2ce744cdd5f28d10 (diff)
arm64: dts: marvell: mcbin: use sfp+ compatible for sfp+ slots
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi4
1 files 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 c1c2eeb656c9..077f4a41063b 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-gpios = <&cp1_gpio1 28 GPIO_ACTIVE_HIGH>;
mod-def0-gpios = <&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-gpios = <&cp1_gpio1 8 GPIO_ACTIVE_HIGH>;
mod-def0-gpios = <&cp1_gpio1 11 GPIO_ACTIVE_LOW>;