From fe6a04a8fe85755f080971280aa6a2b34f79718c Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Wed, 13 Nov 2019 23:47:14 +0900 Subject: [PATCH] ramips: change status LED of Samsung CY-SWR1100 Use power LED for status indication and free WPS LED for other uses. Signed-off-by: Sungbo Eo --- target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts b/target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts index 7bab768fe4..0d98a43e0b 100644 --- a/target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts +++ b/target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts @@ -10,8 +10,10 @@ model = "Samsung CY-SWR1100"; aliases { - led-boot = &led_wps; - led-failsafe = &led_wps; + led-boot = &led_power; + led-failsafe = &led_power; + led-running = &led_power; + led-upgrade = &led_power; }; nor-flash@1c000000 { @@ -88,7 +90,7 @@ leds { compatible = "gpio-leds"; - led_wps: wps { + wps { label = "cy-swr1100:blue:wps"; gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; }; @@ -100,7 +102,7 @@ linux,default-trigger = "usbport"; }; - power { + led_power: power { label = "cy-swr1100:blue:power"; gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; }; -- 2.25.1