diff options
Diffstat (limited to 'target/linux/ramips/dts/TL-WR841NV13.dts')
-rw-r--r-- | target/linux/ramips/dts/TL-WR841NV13.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/TL-WR841NV13.dts b/target/linux/ramips/dts/TL-WR841NV13.dts index e552b47034..384f403645 100644 --- a/target/linux/ramips/dts/TL-WR841NV13.dts +++ b/target/linux/ramips/dts/TL-WR841NV13.dts @@ -9,6 +9,10 @@ compatible = "tplink,tl-wr841n-v13", "mediatek,mt7628an-soc"; model = "TP-Link TL-WR841N v13"; + aliases { + led-status = &led_power; + }; + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -31,7 +35,7 @@ gpio-leds { compatible = "gpio-leds"; - power { + led_power: power { label = "tl-wr841n-v13:green:power"; gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; }; |