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

Commit 2004ed27 authored by Vignesh Radhakrishnan's avatar Vignesh Radhakrishnan
Browse files

ARM: dts: msm: add cti devices for remote procs on 8092



Add CoreSight CTI devices for remote processors to device tree to
allow CoreSight CTI driver to manage them.

Change-Id: I57d36bcf2e9e20aef4e03d29ae2b8da0fb528535
Signed-off-by: default avatarVignesh Radhakrishnan <vigneshr@codeaurora.org>
parent e80fe8f1
Loading
Loading
Loading
Loading
+41 −1
Original line number Diff line number Diff line
@@ -370,6 +370,46 @@
		coresight-nr-inports = <0>;
	};

	cti_video_cpu0: cti@fc330000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc330000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <29>;
		coresight-name = "coresight-cti-video-cpu0";
		coresight-nr-inports = <0>;
	};

	cti_audio_cpu0: cti@fc33c000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc33c000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <30>;
		coresight-name = "coresight-cti-audio-cpu0";
		coresight-nr-inports = <0>;
	};

	cti_rpm_cpu0: cti@fc360000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc360000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <31>;
		coresight-name = "coresight-cti-rpm-cpu0";
		coresight-nr-inports = <0>;
	};

	cti_vpu_cpu0: cti@fc36b000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc36b000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <32>;
		coresight-name = "coresight-cti-vpu-cpu0";
		coresight-nr-inports = <0>;
	};

	hwevent: hwevent@fd828018 {
		compatible = "qcom,coresight-hwevent";
		reg =	<0xfd828018 0x80>,
@@ -379,7 +419,7 @@
			<0xfc747060 0x80>;
		reg-names = "mmss-mux", "apcs-mux", "ppss-mux", "gcc-mux",
			    "bcss-mux";
		coresight-id = <29>;
		coresight-id = <33>;
		coresight-name = "coresight-hwevent";
		coresight-nr-inports = <0>;