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/WZR-AGL300NH.dts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/WZR-AGL300NH.dts') diff --git a/target/linux/ramips/dts/WZR-AGL300NH.dts b/target/linux/ramips/dts/WZR-AGL300NH.dts index ff7a5ecf94..ac87579e0f 100644 --- a/target/linux/ramips/dts/WZR-AGL300NH.dts +++ b/target/linux/ramips/dts/WZR-AGL300NH.dts @@ -11,6 +11,10 @@ compatible = "buffalo,wzr-agl300nh", "ralink,rt2880-soc"; model = "Buffalo WZR-AGL300NH"; + aliases { + led-status = &led_router; + }; + pci@440000 { status = "ok"; }; @@ -81,7 +85,7 @@ gpio-leds { compatible = "gpio-leds"; - router { + led_router: router { label = "wzr-agl300nh:green:router"; gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; -- cgit v1.2.3