[openwrt/openwrt] ipq806x: swap lan leds for Meraki MR52

LEDE Commits lede-commits at lists.infradead.org
Tue May 7 04:38:44 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/ec8f647d168fa8f3b1eedd9b5fe665f793f3a659

commit ec8f647d168fa8f3b1eedd9b5fe665f793f3a659
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Tue May 7 08:46:07 2024 +0200

    ipq806x: swap lan leds for Meraki MR52
    
    LAN Leds on Meraki MR52 are wrong and needs to be swapped to actually
    reflect real ports (lan1<->lan2).
    
    Fixes: #15388
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/15410
    [ wrap commit to 80 columns and improve commit title ]
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
    (cherry picked from commit bd6852185b7c7362fc5485afa961c686d9cd74b4)
---
 .../files-5.15/arch/arm/boot/dts/qcom-ipq8068-mr52.dts   | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8068-mr52.dts b/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8068-mr52.dts
index f81e3ef690..b49ea499d6 100644
--- a/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8068-mr52.dts
+++ b/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8068-mr52.dts
@@ -44,13 +44,13 @@
 			gpios = <&qcom_pinmux 19 GPIO_ACTIVE_HIGH>;
 		};
 
-		lan2_green {
-			label = "green:lan2";
+		lan1_green {
+			label = "green:lan1";
 			gpios = <&qcom_pinmux 23 GPIO_ACTIVE_HIGH>;
 		};
 
-		lan1_green {
-			label = "green:lan1";
+		lan2_green {
+			label = "green:lan2";
 			gpios = <&qcom_pinmux 24 GPIO_ACTIVE_HIGH>;
 		};
 
@@ -59,13 +59,13 @@
 			gpios = <&qcom_pinmux 26 GPIO_ACTIVE_LOW>;
 		};
 
-		lan2_orange {
-			label = "orange:lan2";
+		lan1_orange {
+			label = "orange:lan1";
 			gpios = <&qcom_pinmux 60 GPIO_ACTIVE_HIGH>;
 		};
 
-		lan1_orange {
-			label = "orange:lan1";
+		lan2_orange {
+			label = "orange:lan2";
 			gpios = <&qcom_pinmux 62 GPIO_ACTIVE_HIGH>;
 		};
 	};




More information about the lede-commits mailing list