diff options
Diffstat (limited to 'target/linux/ramips/dts/kng_rc.dts')
-rw-r--r-- | target/linux/ramips/dts/kng_rc.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/kng_rc.dts b/target/linux/ramips/dts/kng_rc.dts index 2d0582d080..1af2694e04 100644 --- a/target/linux/ramips/dts/kng_rc.dts +++ b/target/linux/ramips/dts/kng_rc.dts @@ -9,6 +9,10 @@ compatible = "zyxel,keenetic-viva", "ralink,mt7620a-soc"; model = "ZyXEL Keenetic Viva"; + aliases { + led-status = &led_power_green; + }; + gpio-leds { compatible = "gpio-leds"; @@ -32,7 +36,7 @@ gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; }; - power { + led_power_green: power { label = "kng_rc:green:power"; gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; }; |