summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorBen Mulvihill <ben.mulvihill@gmail.com>2016-07-05 19:35:05 +0200
committerJohn Crispin <john@phrozen.org>2016-07-05 22:59:14 +0200
commit1cc092f72bbe58261f1fd7b928b67f4bc7a67d26 (patch)
treee7f3f49168a8dc219615f2702924b4b42d7cf8e4 /target/linux/lantiq
parent17ee6bb8f344dd1db027186de272badb6ba2020b (diff)
downloadmaster-31e0f0ae-1cc092f72bbe58261f1fd7b928b67f4bc7a67d26.tar.gz
master-31e0f0ae-1cc092f72bbe58261f1fd7b928b67f4bc7a67d26.tar.bz2
master-31e0f0ae-1cc092f72bbe58261f1fd7b928b67f4bc7a67d26.zip
lantiq: mac address setting on BTHOMEHUBV3A
Rename uboot environment partition on BT Home Hub 3A so that mac address setting works correctly. Also, the mac address field in the ath9k calibration data is not used, and should not be referenced in the dts. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/dts/BTHOMEHUBV3A.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
index 595668f59e..1d61d81af2 100644
--- a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
+++ b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
@@ -64,7 +64,7 @@
read-only;
};
partition@64000 {
- label = "uboot-config";
+ label = "uboot_env";
reg = <0x64000 0x004000>;
};
ath9k_cal: partition@68000 {
@@ -85,7 +85,6 @@
ath9k_eep {
compatible = "ath9k,eeprom";
ath,eep-flash = <&ath9k_cal 0x0000>;
- ath,mac-offset = <0x10c>;
ath,pci-slot = <14>;
ath,eep-endian;
};