ath79: calibrate all ar9344 tl-WDRxxxx with nvmem
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_tplink_tl-wdr4300.dtsi
index 55ddb741847b77109fd20af9fcf16a4167dff8c5..d2791aee709d9cfd2e4fc032243e71fffe5d717f 100644 (file)
        status = "okay";
 };
 
-&ath9k {
-       nvmem-cells = <&macaddr_uboot_1fc00>;
-       nvmem-cell-names = "mac-address";
-};
-
 &wmac {
-       nvmem-cells = <&macaddr_uboot_1fc00>;
-       nvmem-cell-names = "mac-address";
        mac-address-increment = <(-1)>;
 };
 
        phy-mode = "rgmii";
        phy-handle = <&phy0>;
 };
-
-&uboot {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_uboot_1fc00: macaddr@1fc00 {
-               reg = <0x1fc00 0x6>;
-       };
-};