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

Commit eb78ba4b authored by Archana Sathyakumar's avatar Archana Sathyakumar
Browse files

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



PDC pin mapping are different for v1 and v2 sdm845 devices. Update the
compatible flag for v2 device such that correct mapping is used.

Change-Id: Ie4f8e3d83a7f5f2d05a739be7c7879ce82fd8c1e
Signed-off-by: default avatarArchana Sathyakumar <asathyak@codeaurora.org>
parent 02c23143
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 {