Skip to content

Commit 8696cd0

Browse files
Bartosz Golaszewskiandersson
authored andcommitted
arm64: dts: qcom: sa8775p: add the pdc node
Add the Power Domain Controller node for SA8775p. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230327125316.210812-5-brgl@bgdev.pl
1 parent f95f988 commit 8696cd0

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

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

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,53 @@
591591
#hwlock-cells = <1>;
592592
};
593593

594+
pdc: interrupt-controller@b220000 {
595+
compatible = "qcom,sa8775p-pdc", "qcom,pdc";
596+
reg = <0x0 0x0b220000 0x0 0x30000>,
597+
<0x0 0x17c000f0 0x0 0x64>;
598+
qcom,pdc-ranges = <0 480 40>,
599+
<40 140 14>,
600+
<54 263 1>,
601+
<55 306 4>,
602+
<59 312 3>,
603+
<62 374 2>,
604+
<64 434 2>,
605+
<66 438 2>,
606+
<70 520 1>,
607+
<73 523 1>,
608+
<118 568 6>,
609+
<124 609 3>,
610+
<159 638 1>,
611+
<160 720 3>,
612+
<169 728 30>,
613+
<199 416 2>,
614+
<201 449 1>,
615+
<202 89 1>,
616+
<203 451 1>,
617+
<204 462 1>,
618+
<205 264 1>,
619+
<206 579 1>,
620+
<207 653 1>,
621+
<208 656 1>,
622+
<209 659 1>,
623+
<210 122 1>,
624+
<211 699 1>,
625+
<212 705 1>,
626+
<213 450 1>,
627+
<214 643 2>,
628+
<216 646 5>,
629+
<221 390 5>,
630+
<226 700 2>,
631+
<228 440 1>,
632+
<229 663 1>,
633+
<230 524 2>,
634+
<232 612 3>,
635+
<235 723 5>;
636+
#interrupt-cells = <2>;
637+
interrupt-parent = <&intc>;
638+
interrupt-controller;
639+
};
640+
594641
tlmm: pinctrl@f000000 {
595642
compatible = "qcom,sa8775p-tlmm";
596643
reg = <0x0 0x0f000000 0x0 0x1000000>;

0 commit comments

Comments
 (0)