From c9c4b2116c0984eb8baeff03e806030ee9c6175f Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Mon, 16 Jul 2018 16:27:22 +0800 Subject: ramips: Use dts alias based status led Also fix several typos in led node name. Signed-off-by: Chuanhong Guo --- target/linux/ramips/dts/WNCE2001.dts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/WNCE2001.dts') diff --git a/target/linux/ramips/dts/WNCE2001.dts b/target/linux/ramips/dts/WNCE2001.dts index 0421ee660b..55edbd705a 100644 --- a/target/linux/ramips/dts/WNCE2001.dts +++ b/target/linux/ramips/dts/WNCE2001.dts @@ -9,6 +9,10 @@ compatible = "netgear,wnce2001", "ralink,rt3052-soc"; model = "Netgear WNCE2001"; + aliases { + led-status = &led_power_green; + }; + chosen { bootargs = "console=ttyS0,115200"; }; @@ -16,7 +20,7 @@ gpio-leds { compatible = "gpio-leds"; - power-green { + led_power_green: power-green { label = "wnce2001:green:power"; gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; -- cgit v1.2.3