Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfeb0ee7 authored by Danny Lin's avatar Danny Lin Committed by Akshay Kakatkar
Browse files

arm64: dts: lito: Remove display ramdump memory region



This region is the same as the early splash framebuffer initialized by
XBL. msm_drm uses it for ramdump when available, but that's a debugging
feature we don't need. It also wastes memory after early boot because
msm_drm will keep it reserved rather than freeing the framebuffer memory
once it has taken control of the display hardware.

Remove the display ramdump region to save 35 MiB of memory and silence
the following error on boot:

[    0.000000] OF: reserved mem: OVERLAP DETECTED!\x0adisp_rdump_region (0x00000000a0000000--0x00000000a2300000) overlaps with cont_splash_region (0x00000000a0000000--0x00000000a2300000)

Signed-off-by: default avatarDanny Lin <danny@kdrag0n.dev>
parent 0a28616a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -505,11 +505,6 @@
			label = "dfps_data_region";
		};

		disp_rdump_memory: disp_rdump_region@0xa0000000 {
			reg = <0x0 0xA0000000 0x0 0x02300000>;
			label = "disp_rdump_region";
		};

		/* global autoconfigured region for contiguous allocations */
		linux,cma {
			compatible = "shared-dma-pool";