]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sm8650: Fix IPA IMEM slice
authorAlexander Koskovich <akoskovich@pm.me>
Wed, 15 Apr 2026 23:45:18 +0000 (23:45 +0000)
committerBjorn Andersson <andersson@kernel.org>
Wed, 1 Jul 2026 20:44:18 +0000 (15:44 -0500)
Downstream the IPA IMEM slice for SM8650 is described as:
qcom,additional-mapping = <0x14683000 0x14683000 0x2000>;

Update upstream ipa_modem_tables to reflect downstream.

Signed-off-by: Alexander Koskovich <akoskovich@pm.me>
Fixes: 581fc5d5ade6 ("arm64: dts: qcom: sm8650: Explicitly describe the IPA IMEM slice")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260415-fix-8650-ipa-modem-tables-v1-1-95f8f425e416@pm.me
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650.dtsi

index 160ead25ecf745f2b279417dfddd44fe006d7b0d..65c4a2b46d21596abaf1ee3cf65569bdb8dfb90a 100644 (file)
 
                        ranges = <0 0 0x14680000 0x2c000>;
 
-                       ipa_modem_tables: modem-tables@8000 {
-                               reg = <0x8000 0x2000>;
+                       ipa_modem_tables: modem-tables@3000 {
+                               reg = <0x3000 0x2000>;
                        };
                };