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

Commit a2f7346f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add the port number, cti and etm nodes for modem on 8940"

parents 71ced698 205b902f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -887,7 +887,7 @@
		qcom,inst-id = <5>;
	};

	modem_etm0 {
	modem_etm0: modem_etm0 {
		compatible = "qcom,coresight-remote-etm";

		coresight-id = <51>;
+48 −0
Original line number Diff line number Diff line
@@ -285,3 +285,51 @@
&mdss_mdp {
	qcom,vbif-settings = <0x0d0 0x00000020>;
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x6a00000>;
};

&reloc_mem {
	reg = <0x0 0x8d200000 0x0 0x1800000>;
};

&funnel_apss {
	coresight-child-ports = <3>;
};

/* MSS_SCL */
&modem_etm0 {
	coresight-child-ports = <2>;
	qcom,inst-id = <11>;
};

&soc {
	cti_modem_cpu1: cti@6128000{
		compatible = "arm,coresight-cti";
		reg = <0x6128000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <59>;
		coresight-name = "coresight-cti-modem-cpu1";
		coresight-nr-inports = <0>;

		clocks = <&clock_gcc clk_qdss_clk>,
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};

	/* MSS_VEC */
	modem_etm1 {
		compatible = "qcom,coresight-remote-etm";

		coresight-id = <60>;
		coresight-name = "coresight-modem-etm1";
		coresight-nr-inports = <0>;
		coresight-outports = <0>;
		coresight-child-list = <&funnel_right>;
		coresight-child-ports = <1>;

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