1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02: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: 0de6a3339f1a ("ipq40xx: Add ZTE MF289F")
Signed-off-by: Giammarco Marzano <stich86@gmail.com>
Reviewed-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Giammarco Marzano 2022-10-10 12:15:19 +02:00 committed by Christian Marangi
parent bb451eccaa
commit cd93980abb
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

@ -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 {