aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2021-12-28 00:30:13 +0100
committerChristian Lamparter <chunkeey@gmail.com>2022-02-05 00:41:36 +0100
commit20470580cd271de1e6017c88261b577ed4773476 (patch)
treedc9f849a262c32bb7b9bfdfa03cae3d98cd637bc /target/linux/ipq806x/base-files
parenta1693a8c2cdc74a5bf33cabaadc2174f2f088dbf (diff)
downloadupstream-20470580cd271de1e6017c88261b577ed4773476.tar.gz
upstream-20470580cd271de1e6017c88261b577ed4773476.tar.bz2
upstream-20470580cd271de1e6017c88261b577ed4773476.zip
ipq806x: utilize nvmem-cells for pre-calibration data
converts extraction entries from 11-ath10k-caldata into nvmem-cells in the individual board's device-tree file. The patch also moves previously existing referenced nvmem-cells data nodes which were placed at the end back into the partitions node. As well as removing some duplicated properties from qcom-ipq8065-xr500.dts's art (the included nighthawk.dtsi defines those already). Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/base-files')
-rw-r--r--target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata32
1 files changed, 0 insertions, 32 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 78315d4516..4a474766d5 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
@@ -23,12 +23,6 @@ case "$FIRMWARE" in
asrock,g10)
caldata_extract "0:art" 0x1000 0x2f20
;;
- buffalo,wxr-2533dhp |\
- nec,wg2600hp |\
- nec,wg2600hp3 |\
- tplink,vr2600v)
- caldata_extract "ART" 0x1000 0x2f20
- ;;
linksys,ea7500-v1 |\
linksys,ea8500)
caldata_extract "art" 0x1000 0x2f20
@@ -38,16 +32,6 @@ case "$FIRMWARE" in
CI_UBIPART=art
caldata_extract_ubi "ART" 0x1000 0x2f20
;;
- netgear,d7800 |\
- netgear,r7500v2 |\
- netgear,r7800 |\
- netgear,xr500)
- caldata_extract "art" 0x1000 0x2f20
- ;;
- tplink,ad7200 |\
- tplink,c2600)
- caldata_extract "radio" 0x1000 0x2f20
- ;;
zyxel,nbg6817)
caldata_extract "0:art" 0x1000 0x2f20
ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii 0:appsblenv ethaddr) 1)
@@ -62,12 +46,6 @@ case "$FIRMWARE" in
asrock,g10)
caldata_extract "0:art" 0x5000 0x2f20
;;
- buffalo,wxr-2533dhp |\
- nec,wg2600hp |\
- nec,wg2600hp3 |\
- tplink,vr2600v)
- caldata_extract "ART" 0x5000 0x2f20
- ;;
edgecore,ecw5410)
caldata_extract "0:art" 0x1000 0x2f20
;;
@@ -81,16 +59,6 @@ case "$FIRMWARE" in
CI_UBIPART=art
caldata_extract_ubi "ART" 0x5000 0x2f20
;;
- netgear,d7800 |\
- netgear,r7500v2 |\
- netgear,r7800 |\
- netgear,xr500)
- caldata_extract "art" 0x5000 0x2f20
- ;;
- tplink,ad7200 |\
- tplink,c2600)
- caldata_extract "radio" 0x5000 0x2f20
- ;;
zyxel,nbg6817)
caldata_extract "0:art" 0x5000 0x2f20
ath10k_patch_mac $(mtd_get_mac_ascii 0:appsblenv ethaddr)