1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00

ipq40xx: fix power LED colour ID in Netgear WAC510 dts

led_power_green color ID in dts is mistakenly set to amber so
correct it by setting it to green

Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
This commit is contained in:
Andrew Sim 2022-09-17 08:36:34 +02:00 committed by Christian Marangi
parent 691b3dd35e
commit e2ffb61821
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

@ -114,7 +114,7 @@
led_power_green: led-1 {
label = "green:power";
color = <LED_COLOR_ID_AMBER>;
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_POWER;
gpios = <&ssr 5 GPIO_ACTIVE_LOW>;
};