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 <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230811-topic-tlmm_wakeup-v1-2-5616a7da1fff@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent befa797 commit b51ee20

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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)