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

Commit 1dd2a302 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

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



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

Change-Id: I4dde5dab393538fc1aeac92ecc4d0dcf1ea2e329
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 1fabae78
Loading
Loading
Loading
Loading
+22 −0
Original line number Original line Diff line number Diff line
@@ -404,4 +404,26 @@
		qcom,max-rx-mtu = <4096>;
		qcom,max-rx-mtu = <4096>;
		qcom,fast-shutdown;
		qcom,fast-shutdown;
	};
	};

	spmi_bus: qcom,spmi@200f000 {
		compatible = "qcom,spmi-pmic-arb";
		reg = <0x200f000 0x1000>,
			<0x2400000 0x800000>,
			<0x2c00000 0x800000>,
			<0x3800000 0x200000>,
			<0x200a000 0x2100>;
		reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
		interrupts = <0 190 0>;
		qcom,pmic-arb-channel = <0>;
		qcom,pmic-arb-max-peripherals = <256>;
		qcom,pmic-arb-max-periph-interrupts = <256>;
		qcom,pmic-arb-ee = <0>;
		#interrupt-cells = <3>;
		interrupt-controller;
		#address-cells = <1>;
		#size-cells = <0>;
		cell-index = <0>;
		qcom,not-wakeup;
		status = "disabled";
	};
};
};