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

Commit 66b74543 authored by Pan Fang's avatar Pan Fang Committed by Xiaogang Cui
Browse files

ARM: dts: msm: Reduce the qdss bam blk size



Using qdss bam block size (2KB) larger than the data fifo size of 1.5KB
causes a hang resulting in no data being streamed out. Reduce qdss bam
block size to 512bytes to fix this.

Change-Id: I24a4e171a65d37d3fb899897138b0676a3d41dd2
Signed-off-by: default avatarPan Fang <fangpan@codeaurora.org>
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent c4251672
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@
		coresight-name = "coresight-csr";
		coresight-nr-inports = <0>;

		qcom,blk-size = <3>;
		qcom,blk-size = <1>;
		clocks = <&clock_rpm clk_qdss_clk>,
			 <&clock_rpm clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";