ARM: dts: msm: add virtual SPMI interrupt support on msm8996 vplatform
Add virtual SPMI interrupt attributes based on SPMI back-end change. Change-Id: Id30232d4bf2fa34c8f2311a1dd4271c2bb6e50c2 Signed-off-by: Yimin Peng <yiminp@codeaurora.org>
This commit is contained in:
parent
4b6c5fa539
commit
3967069a45
1 changed files with 10 additions and 2 deletions
|
@ -65,10 +65,18 @@
|
|||
|
||||
spmi_bus: qcom,virtspmi@4400000 {
|
||||
compatible = "qcom,virtspmi-pmic-arb";
|
||||
reg = <0x4400000 0x800000>;
|
||||
reg-names = "core";
|
||||
reg = <0x400f000 0xc00>,
|
||||
<0x4400000 0x800000>,
|
||||
<0x5800000 0x200000>;
|
||||
reg-names = "core", "chnls", "intr";
|
||||
interrupt-names = "periph_irq";
|
||||
interrupts = <0 326 0>;
|
||||
qcom,channel = <0>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <0>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <4>;
|
||||
cell-index = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue