Skip to content

Commit ce13edf

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: msm8992: Add SPMI PMIC arbiter device
Add SPMI PMIC arbiter device to communicate with PMICs attached to SPMI bus. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent be577b8 commit ce13edf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,22 @@
290290
reg = <0xfc4ab000 0x4>;
291291
};
292292

293+
spmi_bus: spmi@fc4c0000 {
294+
compatible = "qcom,spmi-pmic-arb";
295+
reg = <0xfc4cf000 0x1000>,
296+
<0xfc4cb000 0x1000>,
297+
<0xfc4ca000 0x1000>;
298+
reg-names = "core", "intr", "cnfg";
299+
interrupt-names = "periph_irq";
300+
interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
301+
qcom,ee = <0>;
302+
qcom,channel = <0>;
303+
#address-cells = <2>;
304+
#size-cells = <0>;
305+
interrupt-controller;
306+
#interrupt-cells = <4>;
307+
};
308+
293309
sfpb_mutex_regs: syscon@fd484000 {
294310
#address-cells = <1>;
295311
#size-cells = <1>;

0 commit comments

Comments
 (0)