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

Commit d23091bc authored by Xiaogang Cui's avatar Xiaogang Cui Committed by Matt Wagantall
Browse files

ARM: dts: msm: add instance id property to remote etm for msm8996



Add instance id property to remote ETM dt nodes for msm8996 to
prepare for combining the RPM/WCN/MODEM/AUDIO ETM drivers into a unified
remote processor ETM driver.

Change-Id: Icee1116016f80799374b59d328ca6417462b3c22
Signed-off-by: default avatarShaoqing Liu <shaoqingliu@codeaurora.org>
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent 374d2573
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -500,6 +500,8 @@
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in0>;
		coresight-child-ports = <2>;

		qcom,inst-id = <5>;
	};

	rpm_etm0 {
@@ -511,6 +513,8 @@
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in0>;
		coresight-child-ports = <0>;

		qcom,inst-id = <4>;
	};

	csr: csr@3001000 {
+6 −0
Original line number Diff line number Diff line
@@ -537,6 +537,8 @@
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in0>;
		coresight-child-ports = <2>;

		qcom,inst-id = <5>;
	};

	rpm_etm0 {
@@ -548,6 +550,8 @@
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in0>;
		coresight-child-ports = <0>;

		qcom,inst-id = <4>;
	};

	modem_etm0 {
@@ -559,6 +563,8 @@
		coresight-outports = <0>;
		coresight-child-list = <&funnel_in2>;
		coresight-child-ports = <0>;

		qcom,inst-id = <2>;
	};

	csr: csr@3001000 {