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:
committed by
Hauke Mehrtens
parent
f9c28222c8
commit
f545caf001
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user