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

Commit d8df3005 authored by Pratik Patel's avatar Pratik Patel
Browse files

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



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

Change-Id: I81248fb246ae5cf5720aee074d9ffc8cc486c1bf
Signed-off-by: default avatarPratik Patel <pratikp@codeaurora.org>
parent 79511e59
Loading
Loading
Loading
Loading
+52 −2
Original line number Diff line number Diff line
@@ -416,6 +416,56 @@
		coresight-nr-inports = <0>;
	};

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

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

	cti_wcn_cpu0: cti@fc34d000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc34d000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <34>;
		coresight-name = "coresight-cti-wcn-cpu0";
		coresight-nr-inports = <0>;
	};

	cti_modem_cpu0: cti@fc350000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc350000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <35>;
		coresight-name = "coresight-cti-modem-cpu0";
		coresight-nr-inports = <0>;
	};

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

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

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

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

	hwevent: hwevent@fdf30018 {
		compatible = "qcom,coresight-hwevent";
		reg = <0xfdf30018 0x80>,
@@ -424,7 +474,7 @@
		      <0xfc401600 0x80>;
		reg-names = "mmss-mux", "apcs-mux", "ppss-mux", "gcc-mux";

		coresight-id = <33>;
		coresight-id = <38>;
		coresight-name = "coresight-hwevent";
		coresight-nr-inports = <0>;

@@ -436,7 +486,7 @@
		reg = <0xfc4be024 0x8>;
		reg-names = "fuse-base";

		coresight-id = <34>;
		coresight-id = <39>;
		coresight-name = "coresight-fuse";
		coresight-nr-inports = <0>;
	};