diff options
author | Chukun Pan <amadeus@jmu.edu.cn> | 2022-02-10 21:26:40 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-16 16:59:31 +0200 |
commit | 45b3111b992377f0298e52e8787b1a730440b3bd (patch) | |
tree | 5b469d16ae1212c655f51b1a0d4ff4280c65f6d6 /target/linux/ipq806x/base-files | |
parent | eee41e33eca2f860724bceda3f36ea2e30149ef0 (diff) | |
download | upstream-45b3111b992377f0298e52e8787b1a730440b3bd.tar.gz upstream-45b3111b992377f0298e52e8787b1a730440b3bd.tar.bz2 upstream-45b3111b992377f0298e52e8787b1a730440b3bd.zip |
ipq806x: RT4230W: utilize nvmem-cells for ath10k caldata
Converts extraction entries from 11-ath10k-caldata into
nvmem-cells in the individual board's device-tree file.
Same as commit 2047058 ("ipq806x: utilize nvmem-cells
for pre-calibration data")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Reviewed-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/base-files')
-rw-r--r-- | target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 4a474766d5..398ddf9a29 100644 --- a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -17,9 +17,6 @@ case "$FIRMWARE" in ;; "ath10k/pre-cal-pci-0000:01:00.0.bin") case $board in - askey,rt4230w-rev6) - caldata_extract "0:ART" 0x1000 0x2f20 - ;; asrock,g10) caldata_extract "0:art" 0x1000 0x2f20 ;; @@ -40,9 +37,6 @@ case "$FIRMWARE" in ;; "ath10k/pre-cal-pci-0001:01:00.0.bin") case $board in - askey,rt4230w-rev6) - caldata_extract "0:ART" 0x5000 0x2f20 - ;; asrock,g10) caldata_extract "0:art" 0x5000 0x2f20 ;; |