[openwrt/openwrt] ipq40xx: fix power LED colour ID in Netgear WAC510 dts
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 19 08:53:12 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e2ffb61821b85d1b37bfce8b874896f157441483
commit e2ffb61821b85d1b37bfce8b874896f157441483
Author: Andrew Sim <andrewsimz at gmail.com>
AuthorDate: Sat Sep 17 08:36:34 2022 +0200
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 at gmail.com>
---
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wac510.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wac510.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wac510.dts
index d7972cd53d..d6c0ff0938 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wac510.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wac510.dts
@@ -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>;
};
More information about the lede-commits
mailing list