ath79: convert OpenMesh OM5P-AN WiFis to nvmem-cells

Pull the calibration data from the nvmem subsystem. This allows us to
move userspace caldata extraction into the device-tree definition.

Merge art into partition node.

Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke
2022-12-15 18:13:55 +01:00
committed by Hauke Mehrtens
parent 46077860c2
commit f6ca84bf02
2 changed files with 21 additions and 20 deletions

View File

@@ -112,9 +112,6 @@ case "$FIRMWARE" in
tplink,tl-wr842n-v1)
caldata_extract "art" 0x1000 0x1000
;;
openmesh,om5p-an)
caldata_extract "ART" 0x5000 0x440
;;
openmesh,om2p-v1)
caldata_extract "ART" 0x1000 0x440
;;