aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts')
-rw-r--r--target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts b/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts
index 629899e1a2..ded95f3a18 100644
--- a/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts
+++ b/target/linux/ath79/dts/qca9533_ubnt_acb-isp.dts
@@ -64,8 +64,8 @@
read-only;
};
- eeprom: partition@ff0000 {
- label = "EEPROM";
+ art: partition@ff0000 {
+ label = "art";
reg = <0xff0000 0x010000>;
read-only;
};
@@ -79,13 +79,13 @@
&eth0 {
status = "okay";
- mtd-mac-address = <&eeprom 0x0>;
+ mtd-mac-address = <&art 0x0>;
phy-handle = <&swphy4>;
};
&eth1 {
status = "okay";
- mtd-mac-address = <&eeprom 0x6>;
+ mtd-mac-address = <&art 0x6>;
gmac-config {
device = <&gmac>;
@@ -94,5 +94,5 @@
&wmac {
status = "okay";
- mtd-cal-data = <&eeprom 0x1000>;
+ mtd-cal-data = <&art 0x1000>;
};