From 249cc53776713940f2cbce584f0ac695ed000c17 Mon Sep 17 00:00:00 2001 From: Vaishali Gupta Date: Mon, 18 Mar 2024 10:22:10 -0700 Subject: [PATCH] Revert "ARM: dts: msm: modify cont-splash memory region on pakala target" This reverts commit 6bd6115123989ec78b57306535a3c7b7790b66ba. Signed-off-by: Vaishali Gupta Change-Id: I254f85bd62967a899ce4b4cceab0d8a326932846 --- display/sun-sde-display.dtsi | 4 ++-- display/sun-sde.dtsi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/display/sun-sde-display.dtsi b/display/sun-sde-display.dtsi index 4e8a2575..072e04fe 100644 --- a/display/sun-sde-display.dtsi +++ b/display/sun-sde-display.dtsi @@ -48,14 +48,14 @@ }; disp_rdump_memory: disp_rdump_region@0xd5500000 { - reg = <0xfc800000 0x00800000>; + reg = <0xd5500000 0x00800000>; label = "disp_rdump_region"; }; }; &reserved_memory { splash_memory: splash_region { - reg = <0x0 0xfc800000 0x0 0x02b00000>; + reg = <0x0 0xd5500000 0x0 0x02b00000>; label = "cont_splash_region"; }; }; diff --git a/display/sun-sde.dtsi b/display/sun-sde.dtsi index b29a9f0c..8fabaad4 100644 --- a/display/sun-sde.dtsi +++ b/display/sun-sde.dtsi @@ -184,7 +184,7 @@ smmu_sde_iommu_region_partition: smmu_sde_iommu_region_partition { iommu-addresses = <&smmu_sde_unsec 0x0 0x00060000>, <&smmu_sde_unsec 0xd4e23000 0x002dd000>, - <&smmu_sde_unsec 0xfc800000 0x02b00000>, + <&smmu_sde_unsec 0xd5500000 0x02b00000>, <&smmu_sde_sec 0x0 0x00020000>; };