diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2018-07-16 16:27:22 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-16 15:12:18 +0200 |
commit | c9c4b2116c0984eb8baeff03e806030ee9c6175f (patch) | |
tree | 46f6992caded0ba6f9ad6e75e8318bd2be36c230 /target/linux/ramips/dts/WIZFI630A.dts | |
parent | 1ef65ceeafa9f1d5f4c0e0fe851907a4c8afa483 (diff) | |
download | upstream-c9c4b2116c0984eb8baeff03e806030ee9c6175f.tar.gz upstream-c9c4b2116c0984eb8baeff03e806030ee9c6175f.tar.bz2 upstream-c9c4b2116c0984eb8baeff03e806030ee9c6175f.zip |
ramips: Use dts alias based status led
Also fix several typos in led node name.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/WIZFI630A.dts')
-rw-r--r-- | target/linux/ramips/dts/WIZFI630A.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WIZFI630A.dts b/target/linux/ramips/dts/WIZFI630A.dts index d12753650e..ac9729dc0d 100644 --- a/target/linux/ramips/dts/WIZFI630A.dts +++ b/target/linux/ramips/dts/WIZFI630A.dts @@ -9,6 +9,10 @@ compatible = "wiznet,wizfi630a", "ralink,rt5350-soc"; model = "WIZnet WizFi630A"; + aliases { + led-status = &led_run; + }; + chosen { bootargs = "console=ttyS1,115200"; }; @@ -16,7 +20,7 @@ gpio-leds { compatible = "gpio-leds"; - run { + led_run: run { label = "wizfi630a::run"; gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; }; |