diff options
Diffstat (limited to 'target/linux/ramips/dts/WHR-600D.dts')
-rw-r--r-- | target/linux/ramips/dts/WHR-600D.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WHR-600D.dts b/target/linux/ramips/dts/WHR-600D.dts index 611a23d9bb..fc90fc6c46 100644 --- a/target/linux/ramips/dts/WHR-600D.dts +++ b/target/linux/ramips/dts/WHR-600D.dts @@ -9,6 +9,10 @@ compatible = "buffalo,whr-600d", "ralink,mt7620a-soc"; model = "Buffalo WHR-600D"; + aliases { + led-status = &led_power_green; + }; + gpio-leds { compatible = "gpio-leds"; @@ -22,7 +26,7 @@ gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; - power2 { + led_power_green: power2 { label = "whr-600d:green:power"; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; |