mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user