All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ath10k: fix IRAM addr in coredump
@ 2019-09-26 13:37 ` Anilkumar Kolli
  0 siblings, 0 replies; 6+ messages in thread
From: Anilkumar Kolli @ 2019-09-26 13:37 UTC (permalink / raw)
  To: ath10k; +Cc: Anilkumar Kolli, linux-wireless

Fix IRAM start address in coredump.
Tested on: QCA9984, QCA4019
FW version: 10.4-3.9.0.2-00044

Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>
---
 drivers/net/wireless/ath/ath10k/coredump.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/ath/ath10k/coredump.c b/drivers/net/wireless/ath/ath10k/coredump.c
index b6d2932383cf..ecd3dd5d8356 100644
--- a/drivers/net/wireless/ath/ath10k/coredump.c
+++ b/drivers/net/wireless/ath/ath10k/coredump.c
@@ -703,7 +703,7 @@
 	},
 	{
 		.type = ATH10K_MEM_REGION_TYPE_REG,
-		.start = 0x98000,
+		.start = 0x980000,
 		.len = 0x50000,
 		.name = "IRAM",
 		.section_table = {
@@ -786,7 +786,7 @@
 	},
 	{
 		.type = ATH10K_MEM_REGION_TYPE_REG,
-		.start = 0x98000,
+		.start = 0x980000,
 		.len = 0x50000,
 		.name = "IRAM",
 		.section_table = {
@@ -891,7 +891,7 @@
 	},
 	{
 		.type = ATH10K_MEM_REGION_TYPE_REG,
-		.start = 0x98000,
+		.start = 0x980000,
 		.len = 0x50000,
 		.name = "IRAM",
 		.section_table = {
-- 
1.7.9.5


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-01 11:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-26 13:37 [PATCH 1/2] ath10k: fix IRAM addr in coredump Anilkumar Kolli
2019-09-26 13:37 ` Anilkumar Kolli
2019-09-26 13:37 ` [PATCH 2/2] ath10k: fix backtrace on coredump Anilkumar Kolli
2019-09-26 13:37   ` Anilkumar Kolli
2019-10-01 11:18 ` [PATCH 1/2] ath10k: fix IRAM addr in coredump Kalle Valo
2019-10-01 11:18 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.