diff options
Diffstat (limited to 'target/linux/ramips/dts/WCR-1166DS.dts')
-rw-r--r-- | target/linux/ramips/dts/WCR-1166DS.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WCR-1166DS.dts b/target/linux/ramips/dts/WCR-1166DS.dts index 34734ceda5..125d987752 100644 --- a/target/linux/ramips/dts/WCR-1166DS.dts +++ b/target/linux/ramips/dts/WCR-1166DS.dts @@ -9,6 +9,10 @@ compatible = "buffalo,wcr-1166ds", "mediatek,mt7628an-soc"; model = "Buffalo WCR-1166DS"; + aliases { + led-status = &led_power; + }; + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -73,7 +77,7 @@ gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; }; - power { + led_power: power { label = "wcr-1166ds:green:power"; gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; }; |