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

Commit 43f2547c authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: add coresight support for msmtitanium



Add coresight support for buses on msmtitanium. This will be
used for bus profiling activites.

Change-Id: Ibc3bd87e2a844f24c85efd55d3c1a90c7ff1a49e
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent a28ae99e
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -35,6 +35,13 @@
			clock-names = "bus_clk", "bus_a_clk";
			clocks = <&clock_gcc  clk_bimc_msmbus_clk>,
				<&clock_gcc  clk_bimc_msmbus_a_clk>;

			coresight-id = <203>;
			coresight-name = "coresight-bimc";
			coresight-nr-inports = <0>;
			coresight-outports = <0>;
			coresight-child-list = <&funnel_in0>;
			coresight-child-ports = <2>;
		};

		fab_pcnoc: fab-pcnoc {
@@ -48,6 +55,13 @@
			clock-names = "bus_clk", "bus_a_clk";
			clocks = <&clock_gcc  clk_pcnoc_msmbus_clk>,
				<&clock_gcc  clk_pcnoc_msmbus_a_clk>;

			coresight-id = <201>;
			coresight-name = "coresight-pcnoc";
			coresight-nr-inports = <0>;
			coresight-outports = <0>;
			coresight-child-list = <&funnel_center>;
			coresight-child-ports = <3>;
		};

		fab_snoc: fab-snoc {
@@ -61,6 +75,13 @@
			clock-names = "bus_clk", "bus_a_clk";
			clocks = <&clock_gcc  clk_snoc_msmbus_clk>,
				<&clock_gcc  clk_snoc_msmbus_a_clk>;

			coresight-id = <200>;
			coresight-name = "coresight-snoc";
			coresight-nr-inports = <0>;
			coresight-outports = <0>;
			coresight-child-list = <&funnel_center>;
			coresight-child-ports = <4>;
		};

		fab_snoc_mm: fab-snoc-mm {