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

Commit edfd4a20 authored by Charan Teja Reddy's avatar Charan Teja Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add qpdi dt node for msmtitanium



Add the device tree support for CoreSight QPDI feature which supports
controlling the PMIC debug interface.

Change-Id: Ib6023091953144b5f018c868268d6e16d3085562
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent c895a4b1
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1001,4 +1001,22 @@
		coresight-name = "coresight-fuse";
		coresight-nr-inports = <0>;
	};

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

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

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

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