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

Commit e0a0be6b authored by Sarangdhar Joshi's avatar Sarangdhar Joshi
Browse files

ARM: dts: msm: add dt entry for qpdi for msmzirc



Add device tree entry for CoreSight QPDI feature which
supports controlling the PMIC Debug Interface.

Change-Id: I06cbc49720e990e22b0214fc5bc1b26136129df4
Signed-off-by: default avatarSarangdhar Joshi <spjoshi@codeaurora.org>
parent b9b17a9a
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -364,8 +364,9 @@
	fuse: fuse@5e01c {
		compatible = "arm,coresight-fuse-v2";
		reg = <0x5e01c 0x8>,
		      <0x58040 0x4>;
		reg-names = "fuse-base", "nidnt-fuse-base";
		      <0x58040 0x4>,
		      <0x5e00c 0x4>;
		reg-names = "fuse-base", "nidnt-fuse-base", "qpdi-fuse-base";

		coresight-id = <22>;
		coresight-name = "coresight-fuse-v2";
@@ -390,4 +391,22 @@
			 <&clock_rpm clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};

	qpdi: qpdi@1941000 {
		compatible = "qcom,coresight-qpdi";
		reg = <0x1941000 0x4>;
		reg-names = "qpdi-base";

		coresight-id = <24>;
		coresight-name = "coresight-qpdi";
		coresight-nr-inports = <0>;

		vdd-supply = <&pmd9635_l11>;
		qcom,vdd-voltage-level = <2800000 2950000>;
		qcom,vdd-current-level = <15000 400000>;

		vdd-io-supply = <&pmd9635_l12>;
		qcom,vdd-io-voltage-level = <1800000 2950000>;
		qcom,vdd-io-current-level = <200 50000>;
	};
};