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

Commit 75ab77d4 authored by Kiran Gunda's avatar Kiran Gunda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add OnSemi regulator node for msm8996



OnSemi buck regulator is used to provide the supply for
graphics rail. The programmable output voltage range is
from 0.6 V to 1.4 V in 6.25 mV steps.

Change-Id: I5f4ec11075b7f658ffa0af13dde5694b03c1495c
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent f90bd05b
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2016, 2017 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1956,4 +1956,21 @@
		regulator-ramp-delay = <500>;
		status = "disabled";
	};

	ncp6335d_vreg: ncp6335d-regulator@68 {
		compatible = "onnn,ncp6335d-regulator";
		reg = <0x68>;
		vin-supply = <&hl7509_en_vreg>;
		onnn,vsel = <0>;
		onnn,slew-ns = <2666>;
		onnn,step-size = <6250>;
		onnn,min-slew-ns = <333>;
		onnn,max-slew-ns = <2666>;
		regulator-min-microvolt = <600000>;
		regulator-max-microvolt = <1143750>;
		onnn,min-setpoint = <600000>;
		onnn,discharge-enable;
		onnn,restore-reg;
		status = "disabled";
	  };
};