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

Commit ec4d3ee3 authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

ARM: dts: msm: imporve the performance of ETR-USB on msm8952



The data FIFO of usb bam on MSM8952 is 0xE00 so that the blk-size can be
raised to 2 which means 1024Kbytes data can be transferred each time to
improve performance.

Change-Id: I3a9bd9f3bc681328a9cae6d06530096162b943f0
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent e2fda601
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@
		coresight-id = <18>;
		coresight-name = "coresight-csr";
		coresight-nr-inports = <0>;
		qcom,blk-size = <1>;
		qcom,blk-size = <2>;

		clocks = <&clock_gcc clk_qdss_clk>,
			 <&clock_gcc clk_qdss_a_clk>;