diff options
Diffstat (limited to 'target/linux/ramips/dts/WL-330N3G.dts')
-rw-r--r-- | target/linux/ramips/dts/WL-330N3G.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WL-330N3G.dts b/target/linux/ramips/dts/WL-330N3G.dts index 3801a9d9ef..7e56da93c2 100644 --- a/target/linux/ramips/dts/WL-330N3G.dts +++ b/target/linux/ramips/dts/WL-330N3G.dts @@ -9,6 +9,10 @@ compatible = "asus,wl-330n3g", "ralink,rt3050-soc"; model = "Asus WL-330N3G"; + aliases { + led-status = &led_power; + }; + gpio-leds { compatible = "gpio-leds"; @@ -22,7 +26,7 @@ gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; }; - power { + led_power: power { label = "wl-330n3g:blue:power"; gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; }; |