mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-25 04:37:01 +00:00
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
@ -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…
Reference in New Issue
Block a user