diff options
author | Vinod Koul | 2018-11-09 10:44:09 +0100 |
---|---|---|
committer | Andy Gross | 2018-11-18 08:08:36 +0100 |
commit | 1a94b65b67d05639845afb0b4c1b169e2082d3f4 (patch) | |
tree | 5d9c99e4964d5ff6024fdad6df307a5008731911 /arch/arm64/boot/dts/qcom/qcs404.dtsi | |
parent | arm64: dts: qcom: pms405: add spmi node (diff) | |
download | kernel-qcow2-linux-1a94b65b67d05639845afb0b4c1b169e2082d3f4.tar.gz kernel-qcow2-linux-1a94b65b67d05639845afb0b4c1b169e2082d3f4.tar.xz kernel-qcow2-linux-1a94b65b67d05639845afb0b4c1b169e2082d3f4.zip |
arm64: dts: qcom: qcs404: add spmi node
PMS405 is used in QCS405-EVB so include that with SPMI nodes
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/qcs404.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/qcs404.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index 1b3e21c1fed9..0101cd5896b3 100644 --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -181,6 +181,24 @@ reg = <0x01905000 0x20000>; }; + spmi_bus: spmi@200f000 { + compatible = "qcom,spmi-pmic-arb"; + reg = <0x0200f000 0x001000>, + <0x02400000 0x800000>, + <0x02c00000 0x800000>, + <0x03800000 0x200000>, + <0x0200a000 0x002100>; + reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; + interrupt-names = "periph_irq"; + interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>; + qcom,ee = <0>; + qcom,channel = <0>; + #address-cells = <2>; + #size-cells = <0>; + interrupt-controller; + #interrupt-cells = <4>; + }; + sdcc1: sdcc@7804000 { compatible = "qcom,sdhci-msm-v5"; reg = <0x07804000 0x1000>, <0x7805000 0x1000>; |