From be88f416db0a7ba7064c1b8bcb9556452d0729d3 Mon Sep 17 00:00:00 2001 From: Sebastian Schaper Date: Wed, 25 Aug 2021 22:00:08 +0200 Subject: 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 --- target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts') 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>; }; -- cgit v1.2.3