ramips: replace pinctrl property names
[openwrt/staging/noltari.git] / target / linux / ramips / dts / mt7620a_buffalo_whr-1166d.dts
index 4be719a2491c10b8994b53946d50766b66ef9678..86420bf6748cb23f99b84df5df49bfd76b49c80f 100644 (file)
@@ -56,8 +56,7 @@
        };
 
        keys {
-               compatible = "gpio-keys-polled";
-               poll-interval = <20>;
+               compatible = "gpio-keys";
 
                reset {
                        label = "reset";
        };
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "i2c", "uartf", "wled", "nd_sd";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               groups = "i2c", "uartf", "wled", "nd_sd";
+               function = "gpio";
        };
 };