]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Dec 2021 15:38:52 +0000 (16:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Dec 2021 15:38:52 +0000 (16:38 +0100)
added patches:
arm64-dts-mcbin-support-2w-sfp-modules.patch

queue-5.4/arm64-dts-mcbin-support-2w-sfp-modules.patch [new file with mode: 0644]
queue-5.4/series

diff --git a/queue-5.4/arm64-dts-mcbin-support-2w-sfp-modules.patch b/queue-5.4/arm64-dts-mcbin-support-2w-sfp-modules.patch
new file mode 100644 (file)
index 0000000..5cbf634
--- /dev/null
@@ -0,0 +1,47 @@
+From 05abc6a5dec2a8c123a50235ecd1ad8d75ffa7b4 Mon Sep 17 00:00:00 2001
+From: Russell King <rmk+kernel@armlinux.org.uk>
+Date: Thu, 27 Feb 2020 12:08:58 +0000
+Subject: arm64: dts: mcbin: support 2W SFP modules
+
+From: Russell King <rmk+kernel@armlinux.org.uk>
+
+commit 05abc6a5dec2a8c123a50235ecd1ad8d75ffa7b4 upstream.
+
+Allow the SFP cages to be used with 2W SFP modules.
+
+Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
+Reviewed-by: Andrew Lunn <andrew@lunn.ch>
+Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
+Cc: Christian Lamparter <chunkeey@gmail.com>
+Cc: 照山周一郎 <teruyama@springboard-inc.jp>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi |    3 +++
+ 1 file changed, 3 insertions(+)
+
+--- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
++++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
+@@ -71,6 +71,7 @@
+               tx-fault-gpio  = <&cp1_gpio1 26 GPIO_ACTIVE_HIGH>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&cp1_sfpp0_pins>;
++              maximum-power-milliwatt = <2000>;
+       };
+       sfp_eth1: sfp-eth1 {
+@@ -83,6 +84,7 @@
+               tx-fault-gpio = <&cp0_gpio2 30 GPIO_ACTIVE_HIGH>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&cp1_sfpp1_pins &cp0_sfpp1_pins>;
++              maximum-power-milliwatt = <2000>;
+       };
+       sfp_eth3: sfp-eth3 {
+@@ -95,6 +97,7 @@
+               tx-fault-gpio = <&cp0_gpio2 19 GPIO_ACTIVE_HIGH>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&cp0_sfp_1g_pins &cp1_sfp_1g_pins>;
++              maximum-power-milliwatt = <2000>;
+       };
+ };
index 58fb6554642bf2fbb2df7286a6739bcde37d7a93..69134cc60e39a16982dba092377e67bea5eac860 100644 (file)
@@ -1,2 +1,3 @@
 nfsv42-fix-pagecache-invalidation-after-copy-clone.patch
 of-clk-make-linux-of_clk.h-self-contained.patch
+arm64-dts-mcbin-support-2w-sfp-modules.patch