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

Commit 00ceb0ee authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add qpdi dt entry for msm8939"

parents ab47c5f1 880d482c
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -515,8 +515,9 @@

	fuse: fuse@5e01c {
		compatible = "arm,coresight-fuse-v2";
		reg = <0x5e01c 0x8>;
		reg-names = "fuse-base";
		reg = <0x5e01c 0x8>,
		      <0x5e00c 0x4>;
		reg-names = "fuse-base", "qpdi-fuse-base";

		coresight-id = <33>;
		coresight-name = "coresight-fuse";
@@ -540,4 +541,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 = <35>;
		coresight-name = "coresight-qpdi";
		coresight-nr-inports = <0>;

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

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