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

Commit 6dc3fddc authored by Amey Telawane's avatar Amey Telawane
Browse files

ARM: dts: msm: add qpdi support for sdm660



Add QPDI support for sdm660. QPDI is used for
PMIC debug interface through SD card slot.

CRs-fixed: 1112330
Change-Id: I265be6186f43c60e552d026fda3b71f491c61d9f
Signed-off-by: default avatarAmey Telawane <ameyt@codeaurora.org>
parent 37c5f804
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1061,6 +1061,22 @@
		clock-names = "core_clk", "core_a_clk";
	};

	qpdi: qpdi@1fc1000 {
		compatible = "qcom,coresight-qpdi";
		reg = <0x01fc1000 0x4>;
		reg-names = "qpdi-base";

		coresight-name = "coresight-qpdi";

		vdd-supply = <&pm660l_l5>;
		qcom,vdd-voltage-level = <2950000 2950000>;
		qcom,vdd-current-level = <15000 900000>;

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

	funnel_qatb: funnel@6005000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b908>;