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

Commit 5aac6883 authored by Aparna Das's avatar Aparna Das
Browse files

ARM: dts: msm: add tpiu entry for krypton



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

Change-Id: Ie049c70b9a10130bf138b03b5ab8f3df24b69cce
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 763fdf3f
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -27,6 +27,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>;
@@ -35,9 +45,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 {