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

Commit 762cecdf authored by Isaac J. Manjarres's avatar Isaac J. Manjarres Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update the memory map for 1 GB variants of sdxlemur

Update the memory map for all 1 GB variants of sdxlemur to version 2
by introducing a carveout for audio usecases.

Change-Id: I7a387bbcbb1e6d290625549a56315142bf7fefb3
parent e288930e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -7,3 +7,9 @@
&access_control_mem {
	reg = <0x8fd80000 0x80000>;
};

&reserved_memory {
	audio_heap_mem: audio_mem_region@8c000000 {
		reg = <0x8c000000 0x400000>;
	};
};