X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Ftp9343_tplink_tl-wr940n-v4.dts;h=35facbdade39f473c84c62d3b45373afa9c60c9e;hb=abc17bf306acd1c5954fbba97134e891439f917c;hp=21a2be993cdc970e7432f5f56f9d3d6c57801fd4;hpb=2ca8e424b93cbf359a8028acbbe9acabdb9365a9;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts b/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts index 21a2be993c..35facbdade 100644 --- a/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts +++ b/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts @@ -66,5 +66,16 @@ }; ð1 { - mtd-mac-address = <&uboot 0x1fc00>; + nvmem-cells = <&macaddr_uboot_1fc00>; + nvmem-cell-names = "mac-address"; +}; + +&uboot { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_uboot_1fc00: macaddr@1fc00 { + reg = <0x1fc00 0x6>; + }; };