ath79: D-Link DAP-2680 A1: convert ath10k caldata to nvmem

Add the PCIe node for the ath10k radio to the devicetree, and refer to
the art partition for the pre-calibration data using nvmem-cells.

MAC address assignment is moved to '10_fix_wifi_mac', so the device can
then be removed from the caldata extraction script '11-ath10k-caldata'.

Cc: Sebastian Schaper <openwrt@sebastianschaper.net>
Tested-by: Sebastian Schaper <openwrt@sebastianschaper.net>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
Sander Vanheule
2022-06-11 11:56:26 +02:00
parent e2bf11639b
commit 8ccbc95d50
3 changed files with 20 additions and 7 deletions

View File

@@ -79,4 +79,18 @@
&pcie0 {
status = "okay";
wifi@0,0 {
compatible = "qcom,ath10k";
reg = <0 0 0 0 0>;
nvmem-cells = <&precal_ath10k>;
nvmem-cell-names = "pre-calibration";
};
};
&art {
precal_ath10k: pre-calibration@5000 {
reg = <0x5000 0x2f20>;
};
};