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

Commit 8d204570 authored by Sarangdhar Joshi's avatar Sarangdhar Joshi
Browse files

ARM: dts: msm: reduce tmc etr ddr buffer size



Ram dump parser takes longer for parsing 32M ETR DDR buffer
with TMC configuration. Reduce the ETR DDR buffer size to 4M.

Change-Id: I1baefdbac5d80bbe87e5c23e42502342dd474845
Signed-off-by: default avatarSarangdhar Joshi <spjoshi@codeaurora.org>
parent f388a43a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		interrupts = <0 270 0>;
		interrupt-names = "byte-cntr-irq";

		qcom,memory-size = <0x2000000>;
		qcom,memory-size = <0x400000>;
		qcom,tmc-flush-powerdown;
		qcom,sg-enable;

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		interrupts = <0 270 0>;
		interrupt-names = "byte-cntr-irq";

		qcom,memory-size = <0x2000000>;
		qcom,memory-size = <0x400000>;
		qcom,tmc-flush-powerdown;
		qcom,sg-enable;