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

Commit 0d1427f5 authored by Aparna Das's avatar Aparna Das
Browse files

ARM: dts: msm: add tpiu entry for samarium



The Coresight Trace Port Interface Unit (TPIU) provides an interface
for trace collection. Add device tree node for the same.

Change-Id: I03399d5874169a7f3e4ecde2cdfe3df3d36364bf
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 9ed65a94
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -25,6 +25,16 @@
		coresight-ctis = <&cti0 &cti8>;
	};

	tpiu: tpiu@fc320000 {
		compatible = "arm,coresight-tpiu";
		reg = <0xfc320000 0x1000>;
		reg-names = "tpiu-base";

		coresight-id = <1>;
		coresight-name = "coresight-tpiu";
		coresight-nr-inports = <1>;
	};

	replicator: replicator@fc324000 {
		compatible = "qcom,coresight-replicator";
		reg = <0xfc324000 0x1000>;
@@ -33,9 +43,9 @@
		coresight-id = <2>;
		coresight-name = "coresight-replicator";
		coresight-nr-inports = <1>;
		coresight-outports = <0>;
		coresight-child-list = <&tmc_etr>;
		coresight-child-ports = <0>;
		coresight-outports = <0 1>;
		coresight-child-list = <&tmc_etr &tpiu>;
		coresight-child-ports = <0 0>;
	};

	tmc_etf: tmc@fc325000 {