ramips: fix whitespace and comment issues in dts
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / WIZFI630A.dts
index 86ed197300f953212249c498c043a156d6492534..8ee457c4ba24ac750e9d8b3152ac9c0513f1f601 100644 (file)
@@ -9,19 +9,18 @@
        compatible = "wiznet,wizfi630a", "ralink,rt5350-soc";
        model = "WIZnet WizFi630A";
 
-       chosen {
-               bootargs = "console=ttyS1,115200";
+       aliases {
+               led-status = &led_run;
        };
 
-       gpio-export {
-               compatible = "gpio-export";
-               #size-cells = <0>;
+       chosen {
+               bootargs = "console=ttyS1,115200";
        };
 
        gpio-leds {
                compatible = "gpio-leds";
 
-               run {
+               led_run: run {
                        label = "wizfi630a::run";
                        gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
                };
@@ -44,8 +43,6 @@
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <20>;
 
                reset {
@@ -59,7 +56,7 @@
                        gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
-               
+
                scm1 {
                        label = "SCM1";
                        gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;