aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts')
-rw-r--r--target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts19
1 files changed, 16 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts b/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts
index 7f736dc005..cf51078bc3 100644
--- a/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts
+++ b/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts
@@ -153,13 +153,15 @@
};
&eth0 {
- mtd-mac-address = <&art 0x120c>;
+ nvmem-cells = <&macaddr_art_120c>;
+ nvmem-cell-names = "mac-address";
};
&eth1 {
status = "okay";
- mtd-mac-address = <&art 0x120c>;
+ nvmem-cells = <&macaddr_art_120c>;
+ nvmem-cell-names = "mac-address";
mac-address-increment = <1>;
};
@@ -170,7 +172,8 @@
compatible = "pci168c,002a";
reg = <0x0000 0 0 0 0>;
qca,no-eeprom;
- mtd-mac-address = <&art 0x120c>;
+ nvmem-cells = <&macaddr_art_120c>;
+ nvmem-cell-names = "mac-address";
#gpio-cells = <2>;
gpio-controller;
};
@@ -181,3 +184,13 @@
pinctrl-single,bits = <0x0 0x0 0xf8>;
};
};
+
+&art {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_art_120c: macaddr@120c {
+ reg = <0x120c 0x6>;
+ };
+};