kernel: remove non-existant symbols
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620a_iodata_wn-ac733gr3.dts
index 6b10238af90180913a9340c7b4cbc47e00876662..098aaa007f09b87c8b56bc53d6555c698baa1d91 100644 (file)
@@ -43,8 +43,7 @@
        };
 
        keys {
-               compatible = "gpio-keys-polled";
-               poll-interval = <20>;
+               compatible = "gpio-keys";
 
                reset {
                        label = "reset";
                                read-only;
                        };
 
-                       Factory: partition@40000 {
-                               label = "Factory";
+                       factory: partition@40000 {
+                               label = "factory";
                                reg = <0x40000 0x8000>;
                                read-only;
                        };
 &ethernet {
        pinctrl-names = "default";
        pinctrl-0 = <&rgmii1_pins>;
-       mtd-mac-address = <&Factory 0x4>;
+       mtd-mac-address = <&factory 0x4>;
 
        port@5 {
                status = "okay";
        };
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "i2c", "uartf", "mdio";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               groups = "i2c", "uartf", "mdio";
+               function = "gpio";
        };
 };
 
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&Factory 0x0>;
+       ralink,mtd-eeprom = <&factory 0x0>;
 };