Skip to content

Commit

Permalink
ipq806x: swap lan leds for Meraki MR52
Browse files Browse the repository at this point in the history
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@yahoo.com>
Link: #15410
[ wrap commit to 80 columns and improve commit title ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit bd68521)
  • Loading branch information
namiltd authored and Ansuel committed May 7, 2024
1 parent eda76b3 commit ec8f647
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

Expand All @@ -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>;
};
};
Expand Down

0 comments on commit ec8f647

Please sign in to comment.