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

Commit d45b797a authored by Lina Iyer's avatar Lina Iyer Committed by Adam Bickett
Browse files

ARM: dts: msm: add PDC device bindings for sdmshrike



Add device bindings for PDC interrupt controller and make PDC interrupt
controller the default interrupt handler for the SoC. PDC's interrupt
parent is the GIC. The PDC pin data is the same as SDM855.

Change-Id: I8b0bf9b4b17948aedccd3fa95d8beb97b51399a9
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 75c1e2ec
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
	model = "Qualcomm Technologies, Inc. SDMSHRIKE";
	compatible = "qcom,sdmshrike";
	qcom,msm-id = <340 0x0>;
	interrupt-parent = <&intc>;
	interrupt-parent = <&pdc>;

	aliases {
		sdhc2 = &sdhc_2; /* SDC2 SD Card slot */
@@ -412,6 +412,14 @@
		status = "disabled";
	};

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

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <1 1 0xf08>,