ramips: fix indentation and other mistakes in .dts{, i} files
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / CF-WR800N.dts
index 5db6c8314aafa37769da4631ec3c217f709f0604..beb28052375f2f4c4878567a455cb7c19f280750 100644 (file)
@@ -8,7 +8,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200";
-        };
+       };
 
        palmbus@10000000 {
                gpio0: gpio@600 {
                };
        };
 
-        gpio-keys-polled {
-                compatible = "gpio-keys-polled";
-                #address-cells = <1>;
-                #size-cells = <0>;
-                poll-interval = <20>;
-                reset {
-                        label = "reset";
-                        gpios = <&gpio0 2 1>;
-                        linux,code = <0x198>;
-                };
-        };
+       gpio-keys-polled {
+               compatible = "gpio-keys-polled";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               poll-interval = <20>;
+
+               reset {
+                       label = "reset";
+                       gpios = <&gpio0 2 1>;
+                       linux,code = <0x198>;
+               };
+       };
 };