diff options
Diffstat (limited to 'target/linux/ramips/dts/ESR-9753.dts')
-rw-r--r-- | target/linux/ramips/dts/ESR-9753.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ESR-9753.dts b/target/linux/ramips/dts/ESR-9753.dts index 444bea1af7..9947a77d0c 100644 --- a/target/linux/ramips/dts/ESR-9753.dts +++ b/target/linux/ramips/dts/ESR-9753.dts @@ -9,6 +9,10 @@ compatible = "engenius,esr-9753", "ralink,rt3052-soc"; model = "Senao / EnGenius ESR-9753"; + aliases { + led-status = &led_power; + }; + cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; @@ -44,7 +48,7 @@ gpio-leds { compatible = "gpio-leds"; - power { + led_power: power { label = "esr-9753:orange:power"; gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; |