[openwrt/openwrt] qualcommax: ipq50xx: update PCI path for caldata
LEDE Commits
lede-commits at lists.infradead.org
Tue May 13 10:58:32 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/cfbfdd9ca6a77c9abbef5f1440258ec724ab334c
commit cfbfdd9ca6a77c9abbef5f1440258ec724ab334c
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Tue May 13 12:24:12 2025 +0200
qualcommax: ipq50xx: update PCI path for caldata
Now that IPQ50xx PCIe nodes have linux,pci-domain property defined
it changed the PCI path, but its now predictable and fixed.
So, update the caldata script accordingly.
Link: https://github.com/openwrt/openwrt/pull/18789
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata b/target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
index 6385b00488..894813f9d6 100644
--- a/target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
+++ b/target/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
@@ -54,7 +54,7 @@ case "$FIRMWARE" in
;;
esac
;;
-"ath11k/QCN9074/hw1.0/cal-pci-0001:01:00.0.bin")
+"ath11k/QCN9074/hw1.0/cal-pci-0000:01:00.0.bin")
case "$board" in
linksys,mr5500|\
linksys,mx5500|\
More information about the lede-commits
mailing list