diff options
author | Sebastian Schaper <openwrt@sebastianschaper.net> | 2021-08-25 22:00:08 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-20 21:08:25 +0100 |
commit | be88f416db0a7ba7064c1b8bcb9556452d0729d3 (patch) | |
tree | 31821612cc02a6340c8a8a5bbbf19b0cd8012754 /target/linux/ath79/dts | |
parent | 3d896850885d3d721018aa742b1c7471155b78f0 (diff) | |
download | upstream-be88f416db0a7ba7064c1b8bcb9556452d0729d3.tar.gz upstream-be88f416db0a7ba7064c1b8bcb9556452d0729d3.tar.bz2 upstream-be88f416db0a7ba7064c1b8bcb9556452d0729d3.zip |
ath79: move cal-data extraction to dts for DAP-2695
This device can be merged with the existing dtsi, which declares
the location of ath9k cal-data via devicetree, correcting the 2.4G
mac address in `10_fix_wifi_mac` rather than `10-ath9k-eeprom`.
To make these changes more visible, apply before merging with dtsi.
Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts b/target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts index 53b1e03da6..0317f1eabb 100644 --- a/target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts +++ b/target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts @@ -160,5 +160,5 @@ &wmac { status = "okay"; - qca,no-eeprom; + mtd-cal-data = <&art 0x1000>; }; |