ARM: dts: msm: Reduce size for modem_region

modem_region and uefi_log are overlapping causing paging
request error. Reduce modem_region size to prevent overlap
with uefi_log.

Change-Id: I14f5faed3f0adf17b4eab0b0da67e39346aaee18
This commit is contained in:
Abdul Salam
2022-11-11 16:11:49 +05:30
parent b1bf903b97
commit 462de25f25

View File

@@ -416,7 +416,7 @@
pil_modem_mem: modem_region {
no-map;
reg = <0x0 0x8d800000 0x0 0x9600000>;
reg = <0x0 0x8d800000 0x0 0x4c1c000>;
};
pil_video_mem: pil_video_region {