Skip to content

Commit b51ee20

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sdm670: Add PDC
Add support for the PDC to enable deep sleep wakeup from external sources. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent befa797 commit b51ee20

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm64/boot/dts/qcom/sdm670.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,6 +1323,16 @@
13231323
};
13241324
};
13251325

1326+
pdc: interrupt-controller@b220000 {
1327+
compatible = "qcom,sdm670-pdc", "qcom,pdc";
1328+
reg = <0 0x0b220000 0 0x30000>;
1329+
qcom,pdc-ranges = <0 480 40>, <41 521 7>, <49 529 4>,
1330+
<54 534 24>, <79 559 30>, <115 630 7>;
1331+
#interrupt-cells = <2>;
1332+
interrupt-parent = <&intc>;
1333+
interrupt-controller;
1334+
};
1335+
13261336
spmi_bus: spmi@c440000 {
13271337
compatible = "qcom,spmi-pmic-arb";
13281338
reg = <0 0x0c440000 0 0x1100>,

0 commit comments

Comments
 (0)