diff options
| author | Esteban Urrutia <esteuwu@proton.me> | 2026-07-11 23:12:27 -0400 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2026-07-15 15:13:41 -0500 |
| commit | 0ed8261e0ebdac5f1f08dcbfc209efe36937ed2d (patch) | |
| tree | 4f6131b32823df5ddc9b6f9345bbfe291cc3e92f | |
| parent | ff24f055eb3e1f617e5790bf07c4c71aeef10b0d (diff) | |
| download | linux-0ed8261e0ebdac5f1f08dcbfc209efe36937ed2d.tar.gz linux-0ed8261e0ebdac5f1f08dcbfc209efe36937ed2d.zip | |
arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
These nodes are not present on downstream device trees and only take memory
away from the AP.
No crashes occur without these nodes, so remove them.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260711-sm8450-qol-dts-v2-1-5eb2e86468c5@proton.me
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sm8450.dtsi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi index 3797abcc1a58..7a2fb96bd2d9 100644 --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -752,11 +752,6 @@ no-map; }; - mte_mem: memory@c0000000 { - reg = <0x0 0xc0000000 0x0 0x20000000>; - no-map; - }; - qheebsp_reserved_mem: memory@e0000000 { reg = <0x0 0xe0000000 0x0 0x600000>; no-map; @@ -806,16 +801,6 @@ reg = <0x0 0xe9b00000 0x0 0x500000>; no-map; }; - - trusted_apps_mem: memory@ea000000 { - reg = <0x0 0xea000000 0x0 0x3900000>; - no-map; - }; - - trusted_apps_ext_mem: memory@ed900000 { - reg = <0x0 0xed900000 0x0 0x3b00000>; - no-map; - }; }; smp2p-adsp { |
