aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9132_tplink_tl-wr941-v2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9132_tplink_tl-wr941-v2.dts')
-rw-r--r--target/linux/ath79/dts/ar9132_tplink_tl-wr941-v2.dts16
1 files changed, 14 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar9132_tplink_tl-wr941-v2.dts b/target/linux/ath79/dts/ar9132_tplink_tl-wr941-v2.dts
index 821c2aec66..58586eb036 100644
--- a/target/linux/ath79/dts/ar9132_tplink_tl-wr941-v2.dts
+++ b/target/linux/ath79/dts/ar9132_tplink_tl-wr941-v2.dts
@@ -144,7 +144,8 @@
status = "okay";
phy-mode = "rmii";
- mtd-mac-address = <&uboot 0x1fc00>;
+ nvmem-cells = <&macaddr_uboot_1fc00>;
+ nvmem-cell-names = "mac-address";
fixed-link {
speed = <100>;
@@ -155,5 +156,16 @@
&wmac {
status = "okay";
mtd-cal-data = <&art 0x1000>;
- 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>;
+ };
};