diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-18 06:59:38 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-18 22:14:25 +0200 |
commit | 98c003e3da5993779b9011a24072e2bac4492d86 (patch) | |
tree | aea51b0e14441b9efb82b1e850cd34b146252ddf /target/linux/lantiq/dts | |
parent | 50db9a40041e251835457dcba8361e0679ab16b8 (diff) | |
download | upstream-98c003e3da5993779b9011a24072e2bac4492d86.tar.gz upstream-98c003e3da5993779b9011a24072e2bac4492d86.tar.bz2 upstream-98c003e3da5993779b9011a24072e2bac4492d86.zip |
lantiq: ARV752DPW22: fix wireless mac address
The ARV752DPW22 has the same generic mac address in the EEPROM as it
was already noticed for other lantiq boards using a ralink wireless.
Use the base mac address from the boardconfig partition as it is done
by the stock firmware.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV752DPW22.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW22.dts b/target/linux/lantiq/dts/ARV752DPW22.dts index 225dfaaaac..82e82629a4 100644 --- a/target/linux/lantiq/dts/ARV752DPW22.dts +++ b/target/linux/lantiq/dts/ARV752DPW22.dts @@ -253,5 +253,6 @@ reg = <0x7000 0 0 0 0>; ralink,mtd-eeprom = <&boardconfig 0x410>; ralink,mtd-eeprom-swap; + mtd-mac-address = <&boardconfig 0x16>; }; }; |