forked from mirror/openwrt
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> (cherry picked from commitcd93980abb) Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
This commit is contained in:
parent
3e15a54bb0
commit
71178a8506
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue