[source] lantiq: mac address setting on BTHOMEHUBV3A

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 5 23:56:42 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=1cc092f72bbe58261f1fd7b928b67f4bc7a67d26

commit 1cc092f72bbe58261f1fd7b928b67f4bc7a67d26
Author: Ben Mulvihill <ben.mulvihill at gmail.com>
AuthorDate: Tue Jul 5 19:35:05 2016 +0200

    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 at gmail.com>
---
 target/linux/lantiq/dts/BTHOMEHUBV3A.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
index 595668f..1d61d81 100644
--- a/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
+++ b/target/linux/lantiq/dts/BTHOMEHUBV3A.dts
@@ -64,7 +64,7 @@
 						read-only;
 					};
 					partition at 64000 {
-						label = "uboot-config";
+						label = "uboot_env";
 						reg = <0x64000 0x004000>;
 					};
 					ath9k_cal: partition at 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;
 			};



More information about the lede-commits mailing list