2
0
forked from Ivasoft/openwrt

ath79: convert Engenius EPG5000 radios to nvmem-cells

Use nvmem kernel subsystem to pull radio calibration data
with the devicetree instead of userspace scripts.

Existing blocks for caldata_extract are reordered alphabetically.

MAC address is set using the hotplug script.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
This commit is contained in:
Michael Pratt
2023-01-31 12:54:14 -05:00
committed by Hauke Mehrtens
parent f9c28222c8
commit f545caf001
4 changed files with 23 additions and 18 deletions

View File

@@ -62,5 +62,11 @@
};
&wmac {
qca,no-eeprom;
nvmem-cells = <&calibration_art_1000>;
nvmem-cell-names = "calibration";
};
&ath10k_0 {
nvmem-cells = <&calibration_art_5000>;
nvmem-cell-names = "calibration";
};