ramips: fix whitespace and comment issues in dts
[openwrt/openwrt.git] / target / linux / ramips / dts / JHR-N805R.dts
index 32e6ab1aaf9fdda66749241593b81f0dbd139a39..92b8eac4c15a67ce262f083393b618a0a5cafda6 100644 (file)
                };
        };
 
-    gpio-keys-polled {
-            compatible = "gpio-keys-polled";
-            poll-interval = <20>;
-
-            reset {
-                    label = "reset";
-                    gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
-                    linux,code = <KEY_RESTART>;
-            };
+       gpio-keys-polled {
+               compatible = "gpio-keys-polled";
+               poll-interval = <20>;
+
+               reset {
+                       label = "reset";
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RESTART>;
+               };
        };
 };