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

Commit 3ad1ac73 authored by Gilad Avidov's avatar Gilad Avidov
Browse files

ARM: dts: msm: Add SPMI-PMIC-arbiter device for 8939



Configure an SPMI-PMIC-arbiter bus-controller device for 8939.

Change-Id: I1300a6980fe166dba58e81a74c3343351bc2539a
Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
parent 1e51b157
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -422,4 +422,23 @@
			 <&clock_gcc clk_gcc_blsp1_ahb_clk>;
		clock-names = "core_clk", "iface_clk";
	};

	spmi_bus: qcom,spmi@200f000 {
		compatible = "qcom,spmi-pmic-arb";
		reg = <0x200f000 0x1000>,
			<0x2400000 0x400000>,
			<0x2c00000 0x400000>,
			<0x3800000 0x200000>,
			<0x200a000 0x2100>;
		reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
		interrupts = <0 190 0>;
		qcom,pmic-arb-channel = <0>;
		qcom,pmic-arb-ee = <0>;
		#interrupt-cells = <3>;
		interrupt-controller;
		#address-cells = <1>;
		#size-cells = <0>;
		cell-index = <0>;
		qcom,not-wakeup; /* Needed until RPM is fully configured */
	};
};