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

Commit 776fdd68 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 nidnt dt entry for msmzirc"

parents 6db474ea d12e388e
Loading
Loading
Loading
Loading
+19 −4
Original line number Diff line number Diff line
@@ -33,13 +33,27 @@

	tpiu: tpiu@820000 {
		compatible = "arm,coresight-tpiu";
		reg = <0x820000 0x1000>;
		reg-names = "tpiu-base";
		reg = <0x820000 0x1000>,
		      <0x1100000 0xb0000>;
		reg-names = "tpiu-base", "nidnt-base";

		coresight-id = <1>;
		coresight-name = "coresight-tpiu";
		coresight-nr-inports = <1>;

		qcom,nidntsw;
		qcom,nidnthw;
		qcom,nidnt-swduart;
		qcom,nidnt-swdtrc;
		qcom,nidnt-jtag;
		qcom,nidnt-spmi;

		nidnt-gpio = <38>;
		nidnt-gpio-polarity = <1>;

		interrupts = <0 82 0>;
		interrupt-names = "nidnt-irq";

		vdd-supply = <&pmd9635_l11>;
		qcom,vdd-voltage-level = <2950000 2950000>;
		qcom,vdd-current-level = <15000 400000>;
@@ -349,8 +363,9 @@

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

		coresight-id = <22>;
		coresight-name = "coresight-fuse-v2";