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

Commit 3e435e9b authored by Sarangdhar Joshi's avatar Sarangdhar Joshi
Browse files

ARM: dts: msm: correct the apss funnel inport info



There is a mismatch in the number of inports specified for apss funnel for
both 8994v1 and v2. This apss funnel is used in ETM tracing path and
incorrect funnel inport info could cause data corruption and issues with
ETM trace for cores 4 to 7. Correct the apss funnel inport info for apss
funnel in device tree.

Change-Id: Ib7503ca9dd34a8fd4a5b396baef91a775f0c2ef7
Signed-off-by: default avatarSarangdhar Joshi <spjoshi@codeaurora.org>
parent 249f8494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@

		coresight-id = <7>;
		coresight-name = "coresight-funnel-apss";
		coresight-nr-inports = <4>;
		coresight-nr-inports = <8>;
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in1>;
		coresight-child-ports = <6>;
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@

		coresight-id = <8>;
		coresight-name = "coresight-funnel-apss";
		coresight-nr-inports = <4>;
		coresight-nr-inports = <8>;
		coresight-outports = <0>;
		coresight-child-list = <&funnel_apss1>;
		coresight-child-ports = <0>;