Skip to content

Commit

Permalink
ipq806x: Meraki MR52: swap lan leds
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>
  • Loading branch information
namiltd committed May 7, 2024
1 parent ce4da3c commit 41800e1
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,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 @@ -61,13 +61,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 41800e1

Please sign in to comment.