ramips: fix whitespace and comment issues in dts
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / WIZFI630A.dts
index d12753650e4b459d36d6beb9a06b16e52e8c081d..8ee457c4ba24ac750e9d8b3152ac9c0513f1f601 100644 (file)
@@ -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>;
                };
@@ -39,8 +43,6 @@
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <20>;
 
                reset {
@@ -54,7 +56,7 @@
                        gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
-               
+
                scm1 {
                        label = "SCM1";
                        gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;