ath79: ar: convert to mac-base
[openwrt/staging/blocktrron.git] / target / linux / ath79 / dts / ar9344_tplink_tl-wdrxxxx.dtsi
index 138582166bb06398dd464fcd9241fc5791ac7ea7..7f49b9bde7a8b7aab5d744e3687e463b325ca0b1 100644 (file)
@@ -90,7 +90,9 @@
                                        #size-cells = <1>;
 
                                        macaddr_uboot_1fc00: macaddr@1fc00 {
+                                               compatible = "mac-base";
                                                reg = <0x1fc00 0x6>;
+                                               #nvmem-cell-cells = <1>;
                                        };
                                };
                        };
                };
        };
 };
-
-&pcie {
-       status = "okay";
-
-       ath9k: wifi@0,0 {
-               compatible = "pci168c,0033";
-               reg = <0x0000 0 0 0 0>;
-               #gpio-cells = <2>;
-               gpio-controller;
-               nvmem-cells = <&macaddr_uboot_1fc00>, <&cal_art_5000>;
-               nvmem-cell-names = "mac-address", "calibration";
-       };
-};
-
-&wmac {
-       status = "okay";
-       nvmem-cells = <&macaddr_uboot_1fc00>, <&cal_art_1000>;
-       nvmem-cell-names = "mac-address", "calibration";
-};