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

Commit d24b4767 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Implement qsmmuv500 workaround for sdm845



While a tlb flush is in progress, clients may experience suboptimal
performance. To mitigate this, add a minimum delay between tlb
operations for real-time clients. This is implemented using a global
lock between HLOS and other execution enviroments.

Define the real-time clients via a devicetree property.

Change-Id: If0a9e8776bbcfb03379dea3c6ca709a4139d6b24
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent da765c6c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -355,4 +355,7 @@
			<0x1400 0x3ff 0x3>,
			<0x1800 0x3ff 0x3>,
			<0x1c00 0x3ff 0x3>;

	qcom,mmu500-errata-1 =	<0x800 0x3ff>,
				<0xc00 0x3ff>;
};