ath79: tp9343: convert to nvmem-layout
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / tp9343_tplink_tl-wr940n-v4.dts
index 35facbdade39f473c84c62d3b45373afa9c60c9e..f837dccff9af14105b589f5b378c5ad74c695c11 100644 (file)
 };
 
 &eth1 {
-       nvmem-cells = <&macaddr_uboot_1fc00>;
+       nvmem-cells = <&macaddr_uboot_1fc00 0>;
        nvmem-cell-names = "mac-address";
 };
-
-&uboot {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_uboot_1fc00: macaddr@1fc00 {
-               reg = <0x1fc00 0x6>;
-       };
-};