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

Commit c4886bdf authored by Srinivas Rao L's avatar Srinivas Rao L Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add PDC device bindings for lagoon

Add PDC interrupt controller bindings to support
wakeup capable interrupts.

Change-Id: Id9d71e9431de01222b0eb263930c41d1867e880e
parent 3beae422
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ Properties:
	Value type: <string>
	Definition: Should contain "qcom,<soc>-pdc"
		    - "qcom,sdm845-pdc": For SDM845
		    - "qcom,lagoon-pdc": For Lagoon

- reg:
	Usage: required
+10 −0
Original line number Diff line number Diff line
@@ -660,6 +660,16 @@
		};
	};

	pdc: interrupt-controller@b220000 {
		compatible = "qcom,lagoon-pdc";
		reg = <0xb220000 0x30000>, <0x17c000f0 0x64>;
		qcom,pdc-ranges = <0 480 94>, <94 609 31>, <125 63 1>,
				  <126 657 12>, <138 139 15>;
		#interrupt-cells = <2>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};

	qcom,msm-imem@146ab000 {
		compatible = "qcom,msm-imem";
		reg = <0x146ab000 0x1000>;