ramips: fix dtc warnings
[openwrt/openwrt.git] / target / linux / ramips / dts / JHR-N805R.dts
index 1497c9e0d623f637051ab8dc7fbdbb1c85ca2226..32e6ab1aaf9fdda66749241593b81f0dbd139a39 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>;
+            };
        };
 };