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

Commit 264248f1 authored by Satyajit Desai's avatar Satyajit Desai
Browse files

ARM: dts: msm: Add support for PRNG TPDM on SDM845



Add device tree support for PRNG TPDM on SDM845. The
device will be used to capture debug information from
PRNG module.

Change-Id: I9051a9fd89939b9a59bff069fea14a84d2046df6
Signed-off-by: default avatarSatyajit Desai <sadesai@codeaurora.org>
parent cc8c86a2
Loading
Loading
Loading
Loading
+30 −2
Original line number Diff line number Diff line
@@ -602,6 +602,7 @@
				     <13 32>;
		qcom,cmb-elem-size = <3 64>,
				     <7 64>,
				     <9 64>,
				     <13 64>;

		clocks = <&clock_aop QDSS_CLK>;
@@ -674,6 +675,15 @@
			};

			port@7 {
				reg = <9>;
				tpda_in_tpdm_prng: endpoint {
					slave-mode;
					remote-endpoint =
						<&tpdm_prng_out_tpda>;
				};
			};

			port@8 {
				reg = <10>;
				tpda_in_tpdm_qm: endpoint {
					slave-mode;
@@ -682,7 +692,7 @@
				};
			};

			port@8 {
			port@9 {
				reg = <11>;
				tpda_in_tpdm_north: endpoint {
					slave-mode;
@@ -691,7 +701,7 @@
				};
			};

			port@9 {
			port@10 {
				reg = <13>;
				tpda_in_tpdm_pimem: endpoint {
					slave-mode;
@@ -1329,6 +1339,24 @@
		};
	};

	tpdm_prng: tpdm@684c000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b968>;
		reg = <0x684c000 0x1000>;
		reg-names = "tpdm-base";

		coresight-name = "coresight-tpdm-prng";

		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "apb_pclk";

		port{
			tpdm_prng_out_tpda: endpoint {
				remote-endpoint = <&tpda_in_tpdm_prng>;
			};
		};
	};

	tpdm_vsense: tpdm@6840000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b968>;