Skip to content

Commit

Permalink
Fix Leds on z8102ax dts in 6.6 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed May 15, 2024
1 parent 14c0860 commit 73339ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 6.6/target/linux/mediatek/dts/mt7981b-zbt-z8102ax.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

led_status_red: red {
label = "red:status";
gpios = <&pio 9 GPIO_ACTIVE_HIGH>;
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_STATUS;
};
Expand Down Expand Up @@ -75,7 +75,7 @@

led_status_modem2: modem2 {
label = "modem2:status";
gpios = <&pio 14 GPIO_ACTIVE_LOW>;
gpios = <&pio 13 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_USB;
function-enumerator = <1>;
Expand Down

0 comments on commit 73339ce

Please sign in to comment.