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

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

Merge "ARM: msm: dts: Update pdc compatible flag for sdm845 v2 version"

parents e661007b eb78ba4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ Properties:
	Definition: Should contain "qcom,pdc-<target>"

	* "qcom,pdc-sdm845": For sdm845 pin data
	* "qcom,pdc-sdm845-v2": For sdm845 v2 pin data
	* "qcom,pdc-sdm670": For sdm670 pin data

- reg:
+11 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
	/delete-property/ qcom,sdr104-wa;
};

/delete-node/ &pdc;

&tlmm {
	compatible = "qcom,sdm845-pinctrl-v2";
};
@@ -36,6 +38,15 @@
		compatible = "syscon";
		reg = <0x5091008 0x4>;
	};

	pdc: interrupt-controller@0xb220000{
		compatible = "qcom,pdc-sdm845-v2";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};

};

&pil_modem {