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

Commit 5eef2af1 authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

ARM: dts: msm: add QPDI dt entry for msm8937



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

Change-Id: Iad0434267cdf89917e72c4d7ca47aa59ce1ed77b
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent 2ec3aad9
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -953,4 +953,22 @@
		coresight-name = "coresight-fuse";
		coresight-name = "coresight-fuse";
		coresight-nr-inports = <0>;
		coresight-nr-inports = <0>;
	};
	};

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

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

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

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