ramips: replace pinctrl property names
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7620a_yukai_bocco.dts
index cc9c6688dc21effb4f95e50efe028e5c24244234..389fa1b62fe53ed8e2b691bb13cb985dd5a8c2f5 100644 (file)
@@ -10,8 +10,7 @@
        model = "YUKAI Engineering BOCCO";
 
        keys {
-               compatible = "gpio-keys-polled";
-               poll-interval = <20>;
+               compatible = "gpio-keys";
 
                reset {
                        label = "reset";
        status = "okay";
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "spi refclk", "rgmii1";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               groups = "spi refclk", "rgmii1";
+               function = "gpio";
        };
 };