mac80211: rt2x00: experimental improvements for MT7620 wifi
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7620a_tplink_archer-c20-v1.dts
index 2248da5b102e0752d73d358beff7248973ea9342..8fe5b9c3a2c779a09233e943fdef5b6bad410117 100644 (file)
@@ -69,8 +69,9 @@
 };
 
 &wmac {
-       pinctrl-names = "default";
+       pinctrl-names = "default", "pa_gpio";
        pinctrl-0 = <&pa_pins>;
+       pinctrl-1 = <&pa_gpio_pins>;
 
        nvmem-cells = <&macaddr_rom_f100>;
        nvmem-cell-names = "mac-address";
        nvmem-cell-names = "mac-address";
        mac-address-increment = <(-1)>;
 };
-
-&rom {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_rom_f100: macaddr@f100 {
-               reg = <0xf100 0x6>;
-       };
-};