Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / Documentation / devicetree / bindings / input / gpio-keys-polled.txt
index 95d0fb1..4d9a371 100644 (file)
@@ -34,11 +34,10 @@ Example nodes:
 
        gpio_keys_polled {
                        compatible = "gpio-keys-polled";
-                       #address-cells = <1>;
-                       #size-cells = <0>;
                        poll-interval = <100>;
                        autorepeat;
-                       button@21 {
+
+                       button21 {
                                label = "GPIO Key UP";
                                linux,code = <103>;
                                gpios = <&gpio1 0 1>;