ramips: fix whitespace and comment issues in dts
[openwrt/openwrt.git] / target / linux / ramips / dts / JHR-N805R.dts
index 1497c9e0d623f637051ab8dc7fbdbb1c85ca2226..92b8eac4c15a67ce262f083393b618a0a5cafda6 100644 (file)
                };
        };
 
-        gpio-keys-polled {
-                compatible = "gpio-keys-polled";
-                #address-cells = <1>;
-                #size-cells = <0>;
-                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>;
+               };
        };
 };