diff options
author | John Crispin <john@openwrt.org> | 2013-06-29 16:33:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-29 16:33:46 +0000 |
commit | bfc700722637bd49700b1cd369acf3a60dfd4cc1 (patch) | |
tree | ce49e62b63d46625a4d2593a3aa62991decb9a4c /target/linux/lantiq/dts/DGN3500.dtsi | |
parent | fe8ecbd9720ff8a50701554740a77733a3fbeb2a (diff) | |
download | upstream-bfc700722637bd49700b1cd369acf3a60dfd4cc1.tar.gz upstream-bfc700722637bd49700b1cd369acf3a60dfd4cc1.tar.bz2 upstream-bfc700722637bd49700b1cd369acf3a60dfd4cc1.zip |
lantiq: Add support for loading athxk eeproms through mtd
This patch enables retrieving the wifi calibration data from an MTD partition.
Try to copy mac address from ethernet before generating a random one.
This fixes DGN3500 ath9k support.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 37087
Diffstat (limited to 'target/linux/lantiq/dts/DGN3500.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/DGN3500.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/DGN3500.dtsi b/target/linux/lantiq/dts/DGN3500.dtsi index b2fb269ce8..9233b108f5 100644 --- a/target/linux/lantiq/dts/DGN3500.dtsi +++ b/target/linux/lantiq/dts/DGN3500.dtsi @@ -116,6 +116,7 @@ compatible = "ath9k,eeprom"; ath,eep-flash = <&ath9k_cal 0xf000>; ath,pci-slot = <14>; + ath,eep-endian; ath,eep-swap; }; |