Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: sdx55: Add spmi node

This adds SPMI node to SDX55 dts.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20210106125322.61840-14-manivannan.sadhasivam@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Vinod Koul and committed by
Bjorn Andersson
3b6785ed 4f944be5

+19
+19
arch/arm/boot/dts/qcom-sdx55.dtsi
··· 198 198 interrupt-controller; 199 199 }; 200 200 201 + spmi_bus: qcom,spmi@c440000 { 202 + compatible = "qcom,spmi-pmic-arb"; 203 + reg = <0x0c440000 0x0000d00>, 204 + <0x0c600000 0x2000000>, 205 + <0x0e600000 0x0100000>, 206 + <0x0e700000 0x00a0000>, 207 + <0x0c40a000 0x0000700>; 208 + reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; 209 + interrupt-names = "periph_irq"; 210 + interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>; 211 + qcom,ee = <0>; 212 + qcom,channel = <0>; 213 + #address-cells = <2>; 214 + #size-cells = <0>; 215 + interrupt-controller; 216 + #interrupt-cells = <4>; 217 + cell-index = <0>; 218 + }; 219 + 201 220 tlmm: pinctrl@f100000 { 202 221 compatible = "qcom,sdx55-pinctrl"; 203 222 reg = <0xf100000 0x300000>;