Skip to content

Commit fdd55b3

Browse files
Bartosz Golaszewskiandersson
authored andcommitted
arm64: dts: qcom: sa8775p: add the spmi node
Add the SPMI PMIC Arbiter node for SA8775p platforms. 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-6-brgl@bgdev.pl
1 parent 8696cd0 commit fdd55b3

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,28 @@
638638
interrupt-controller;
639639
};
640640

641+
spmi_bus: spmi@c440000 {
642+
compatible = "qcom,spmi-pmic-arb";
643+
reg = <0x0 0x0c440000 0x0 0x1100>,
644+
<0x0 0x0c600000 0x0 0x2000000>,
645+
<0x0 0x0e600000 0x0 0x100000>,
646+
<0x0 0x0e700000 0x0 0xa0000>,
647+
<0x0 0x0c40a000 0x0 0x26000>;
648+
reg-names = "core",
649+
"chnls",
650+
"obsrvr",
651+
"intr",
652+
"cnfg";
653+
qcom,channel = <0>;
654+
qcom,ee = <0>;
655+
interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;
656+
interrupt-names = "periph_irq";
657+
interrupt-controller;
658+
#interrupt-cells = <4>;
659+
#address-cells = <2>;
660+
#size-cells = <0>;
661+
};
662+
641663
tlmm: pinctrl@f000000 {
642664
compatible = "qcom,sa8775p-tlmm";
643665
reg = <0x0 0x0f000000 0x0 0x1000000>;

0 commit comments

Comments
 (0)