Message ID | 20230104181017.2880916-1-elder@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [net-next] net: ipa: correct IPA v4.7 IMEM offset | expand |
On 1/5/23 11:58 PM, Jakub Kicinski wrote: > On Wed, 4 Jan 2023 12:10:17 -0600 Alex Elder wrote: >> Note: This fixes a commit that first landed in v6.2-rc1. > > Why is it tagged for net-next then? 🤔️ > Let's treat it as a normal fix with a Fixes tag and for net. > I reckon the commit message makes is sufficiently clear that > I'm to blame :) Sorry about that, I was confused, thinking it is only needed in 6.2-rc--the current release cycle. But that's not the way it works. I guess I wasn't fully recovered from the holiday break. I'll re-send and base it on net/master. Thanks. -Alex
diff --git a/drivers/net/ipa/data/ipa_data-v4.7.c b/drivers/net/ipa/data/ipa_data-v4.7.c index 7552c400961eb..b83390c486158 100644 --- a/drivers/net/ipa/data/ipa_data-v4.7.c +++ b/drivers/net/ipa/data/ipa_data-v4.7.c @@ -357,7 +357,7 @@ static const struct ipa_mem ipa_mem_local_data[] = { static const struct ipa_mem_data ipa_mem_data = { .local_count = ARRAY_SIZE(ipa_mem_local_data), .local = ipa_mem_local_data, - .imem_addr = 0x146a9000, + .imem_addr = 0x146a8000, .imem_size = 0x00002000, .smem_id = 497, .smem_size = 0x00009000,