ARM: dts: msm: modify cont-splash memory region on pakala target
Modify the continuous splash memory region to match UEFI configured address. Add a gap in HLOS unsecure context-bank to avoid using the splash memory region. Change-Id: Ifa7927b8ecccd0542ef3f37cf781a97f594102b3 Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
This commit is contained in:
@@ -48,14 +48,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
disp_rdump_memory: disp_rdump_region@0xd5500000 {
|
disp_rdump_memory: disp_rdump_region@0xd5500000 {
|
||||||
reg = <0xd5500000 0x00800000>;
|
reg = <0xfc800000 0x00800000>;
|
||||||
label = "disp_rdump_region";
|
label = "disp_rdump_region";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&reserved_memory {
|
&reserved_memory {
|
||||||
splash_memory: splash_region {
|
splash_memory: splash_region {
|
||||||
reg = <0x0 0xd5500000 0x0 0x02b00000>;
|
reg = <0x0 0xfc800000 0x0 0x02b00000>;
|
||||||
label = "cont_splash_region";
|
label = "cont_splash_region";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -184,7 +184,7 @@
|
|||||||
smmu_sde_iommu_region_partition: smmu_sde_iommu_region_partition {
|
smmu_sde_iommu_region_partition: smmu_sde_iommu_region_partition {
|
||||||
iommu-addresses = <&smmu_sde_unsec 0x0 0x00060000>,
|
iommu-addresses = <&smmu_sde_unsec 0x0 0x00060000>,
|
||||||
<&smmu_sde_unsec 0xd4e23000 0x002dd000>,
|
<&smmu_sde_unsec 0xd4e23000 0x002dd000>,
|
||||||
<&smmu_sde_unsec 0xd5500000 0x02b00000>,
|
<&smmu_sde_unsec 0xfc800000 0x02b00000>,
|
||||||
<&smmu_sde_sec 0x0 0x00020000>;
|
<&smmu_sde_sec 0x0 0x00020000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user