Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 232461ff authored by Ivan T. Ivanov's avatar Ivan T. Ivanov Committed by Kumar Gala
Browse files

arm64: dts: qcom: Add SPMI PMIC Arbiter node for MSM8916



Add SPMI PMIC Arbiter configuration nodes for MSM8916.

Signed-off-by: default avatarIvan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent b787f68c
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -192,5 +192,23 @@
				status = "disabled";
			};
		};

		spmi_bus: spmi@200f000 {
			compatible = "qcom,spmi-pmic-arb";
			reg = <0x200f000 0x001000>,
			      <0x2400000 0x400000>,
			      <0x2c00000 0x400000>,
			      <0x3800000 0x200000>,
			      <0x200a000 0x002100>;
			reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
			interrupt-names = "periph_irq";
			interrupts = <GIC_SPI 190 IRQ_TYPE_NONE>;
			qcom,ee = <0>;
			qcom,channel = <0>;
			#address-cells = <2>;
			#size-cells = <0>;
			interrupt-controller;
			#interrupt-cells = <4>;
		};
	};
};