ipq40xx: Fix wrong GPIO for internal status LED on ZTE MF289F
Change GPIO from 10 to 35 to make it works as expected
Fixes: 0de6a3339f
("ipq40xx: Add ZTE MF289F")
Signed-off-by: Giammarco Marzano <stich86@gmail.com>
Reviewed-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
bb451eccaa
commit
cd93980abb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
label = "blue:power";
|
label = "blue:power";
|
||||||
function = LED_FUNCTION_POWER;
|
function = LED_FUNCTION_POWER;
|
||||||
color = <LED_COLOR_ID_BLUE>;
|
color = <LED_COLOR_ID_BLUE>;
|
||||||
gpios = <&tlmm 10 GPIO_ACTIVE_LOW>;
|
gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
led-1 {
|
led-1 {
|
||||||
|
|
Loading…
Reference in a new issue