From 462de25f25d4208313600397478a5502f10c1385 Mon Sep 17 00:00:00 2001 From: Abdul Salam Date: Fri, 11 Nov 2022 16:11:49 +0530 Subject: [PATCH] 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 --- qcom/sm8150.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sm8150.dtsi b/qcom/sm8150.dtsi index 77f81a81..c0678d33 100644 --- a/qcom/sm8150.dtsi +++ b/qcom/sm8150.dtsi @@ -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 {