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/DIR-620-A1.dts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/DIR-620-A1.dts') diff --git a/target/linux/ramips/dts/DIR-620-A1.dts b/target/linux/ramips/dts/DIR-620-A1.dts index 23f5a5daef..e0c84ff43d 100644 --- a/target/linux/ramips/dts/DIR-620-A1.dts +++ b/target/linux/ramips/dts/DIR-620-A1.dts @@ -9,6 +9,10 @@ compatible = "dlink,dir-620-a1", "ralink,rt3050-soc"; model = "D-Link DIR-620 A1"; + aliases { + led-status = &led_status_green; + }; + cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; @@ -68,7 +72,7 @@ gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; - status2 { + led_status_green: status2 { label = "dir-620-a1:green:status"; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; -- cgit v1.2.3