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

Commit 83e18dda authored by Ke Liu's avatar Ke Liu
Browse files

ARM: dts: msm: add onsemi NCP6335D regulator device for msm8926



Add onsemi NCP6335D regulator device which may provide voltage for CPU.

Change-Id: I3ff9af7b0120505439dc35652bf5bcaf56ddb1f6
Signed-off-by: default avatarKe Liu <keliu@codeaurora.org>
parent 4da7c12c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -31,6 +31,22 @@
&i2c_0 {
	qcom,sda-gpio = <&msmgpio 14 0>;
	qcom,scl-gpio = <&msmgpio 15 0>;

	ncp6335d: ncp6335d-regulator@1c {
		compatible = "onnn,ncp6335d-regulator";
		reg = <0x1c>;
		onnn,vsel = <0>;
		onnn,slew-ns = <2666>;
		onnn,step-size = <10000>;
		onnn,min-slew-ns = <333>;
		onnn,max-slew-ns = <2666>;
		regulator-min-microvolt = <1050000>;
		regulator-max-microvolt = <1350000>;
		onnn,min-setpoint = <600000>;
		onnn,vsel-gpio = <&msmgpio 2 1>;
		onnn,discharge-enable;
		onnn,restore-reg;
	};
};

&soc {