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 <rmk+kernel@armlinux.org.uk>2020-08-03 22:10:49 +0100
commit892c97f049703f4ebff7e07cd3406e6f39a892c0 (patch)
tree56a78a9d4227036b508e863bb0c0e8c03133e32b /arch
parentb49584e8a1736d8b01c03080144c8ca0e6dd34b8 (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 6fb834a69e7a..387b3b5ad183 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>;