ucentral: development update

* fix ecw5410 5G radio

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2021-06-21 13:44:21 +02:00
parent 6424ec80b5
commit 99f2840848

View File

@@ -1,14 +1,39 @@
From c353cb2e5dca581a31fc2641cc99fbb37202f223 Mon Sep 17 00:00:00 2001
From c1859788b7dd2cfc79d4341406f6bf782428a98f Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Thu, 17 Jun 2021 16:13:40 +0200
Subject: [PATCH 34/36] ipq806x: simplify ecw5410 dts
Subject: [PATCH 1/3] ipq806x: simplify ecw5410 dts
Signed-off-by: John Crispin <john@phrozen.org>
---
.../etc/hotplug.d/firmware/11-ath10k-caldata | 6 +-
.../arm/boot/dts/qcom-ipq8068-ecw5410.dts | 83 +++++++++++--------
target/linux/ipq806x/image/Makefile | 2 +-
2 files changed, 49 insertions(+), 36 deletions(-)
3 files changed, 52 insertions(+), 39 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 3befc40630..e5715a79aa 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
@@ -16,9 +16,6 @@ case "$FIRMWARE" in
caldata_extract "ART" 0x1000 0x2f20
ath10k_patch_mac $(mtd_get_mac_binary ART 0x1e)
;;
- edgecore,ecw5410)
- caldata_extract "0:ART" 0x1000 0x2f20
- ;;
linksys,ea7500-v1 |\
linksys,ea8500)
caldata_extract "art" 0x1000 0x2f20
@@ -59,6 +56,9 @@ case "$FIRMWARE" in
caldata_extract "ART" 0x5000 0x2f20
ath10k_patch_mac $(mtd_get_mac_binary ART 0x18)
;;
+ edgecore,ecw5410)
+ caldata_extract "0:ART" 0x1000 0x2f20
+ ;;
linksys,ea7500-v1 |\
linksys,ea8500)
caldata_extract "art" 0x5000 0x2f20
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts
index 712910c261..e87ef16b9a 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts