Skip to content

Commit

Permalink
ipq40xx: Fix wrong GPIO for internal status LED on ZTE MF289F
Browse files Browse the repository at this point in the history
Change GPIO from 10 to 35 to make it works as expected

Fixes: 0de6a33 ("ipq40xx: Add ZTE MF289F")
Signed-off-by: Giammarco Marzano <[email protected]>
Reviewed-by: Robert Marko <[email protected]>
  • Loading branch information
stich86 authored and Ansuel committed Oct 11, 2022
1 parent bb451ec commit cd93980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
label = "blue:power";
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_BLUE>;
gpios = <&tlmm 10 GPIO_ACTIVE_LOW>;
gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
};

led-1 {
Expand Down

0 comments on commit cd93980

Please sign in to comment.