summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/ASL26555-16M.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-20 17:30:28 +0000
committerJohn Crispin <john@openwrt.org>2014-07-20 17:30:28 +0000
commit4d22954db073698b75e8af1f5d3572ae3d8e5f53 (patch)
tree8ce20c458db33d9e92ec861320bca36b6fa5f638 /target/linux/ramips/dts/ASL26555-16M.dts
parent7388053ba326ccf9bce136136f1534645317b171 (diff)
downloadmaster-31e0f0ae-4d22954db073698b75e8af1f5d3572ae3d8e5f53.tar.gz
master-31e0f0ae-4d22954db073698b75e8af1f5d3572ae3d8e5f53.tar.bz2
master-31e0f0ae-4d22954db073698b75e8af1f5d3572ae3d8e5f53.zip
ramips: fix mac address partitions on ASL-26555
ASL-26555 16MB: caldata is present on uboot-env and devdata, but the proper one seems to be the devdata, since mac address corresponds to Amper, the real manufacturer, meanwhile the caldata on uboot-env corresponds to D-Link. ASL-26555 8MB: caldata is only present on uboot-env, but its mac address corresponds to Alpha, the real manufacturer. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 41768
Diffstat (limited to 'target/linux/ramips/dts/ASL26555-16M.dts')
-rw-r--r--target/linux/ramips/dts/ASL26555-16M.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/ASL26555-16M.dts b/target/linux/ramips/dts/ASL26555-16M.dts
index bd45bc305b..74163c293e 100644
--- a/target/linux/ramips/dts/ASL26555-16M.dts
+++ b/target/linux/ramips/dts/ASL26555-16M.dts
@@ -31,7 +31,7 @@
reg = <0x30000 0x10000>;
read-only;
};
- factory: partition@40000 {
+ partition@40000 {
label = "factory";
reg = <0x40000 0x10000>;
read-only;
@@ -69,7 +69,7 @@
};
ethernet@10100000 {
- mtd-mac-address = <&factory 0x4004>;
+ mtd-mac-address = <&devdata 0x4004>;
};
esw@10110000 {