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/Timecloud.dts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/Timecloud.dts') diff --git a/target/linux/ramips/dts/Timecloud.dts b/target/linux/ramips/dts/Timecloud.dts index 066d16a8f9..57b1beb864 100644 --- a/target/linux/ramips/dts/Timecloud.dts +++ b/target/linux/ramips/dts/Timecloud.dts @@ -9,6 +9,10 @@ compatible = "thunder,timecloud", "mediatek,mt7621-soc"; model = "Thunder Timecloud"; + aliases { + led-status = &led_statuso; + }; + memory@0 { device_type = "memory"; reg = <0x0 0x10000000>; @@ -26,7 +30,7 @@ gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; }; - stato { + led_statuso: stato { label = "timecloud:orange:status"; gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>; }; -- cgit v1.2.3