Re: [PATCH v3 2/2] mfd: tps65218.c: Add input voltage options

2019-01-17 Thread Lee Jones
On Mon, 14 Jan 2019, Christian Hohnstaedt wrote: > These options apply to all regulators in this chip. > > ti,strict-supply-voltage-supervision: > Set STRICT flag in CONFIG1 > ti,under-voltage-limit-microvolt: > Select 2.75, 2.95, 3.25 or 3.35 V UVLO in CONFIG1 >

Re: [PATCH v3 2/2] mfd: tps65218.c: Add input voltage options

2019-01-17 Thread Lee Jones
On Thu, 17 Jan 2019, Christian Hohnstaedt wrote: > On Wed, Jan 16, 2019 at 02:13:36PM +, Lee Jones wrote: > > On Mon, 14 Jan 2019, Christian Hohnstaedt wrote: > > > > > These options apply to all regulators in this chip. > > > > > > ti,strict-supply-voltage-supervision: > > > Set STRICT

Re: [PATCH v3 2/2] mfd: tps65218.c: Add input voltage options

2019-01-16 Thread Christian Hohnstaedt
On Wed, Jan 16, 2019 at 02:13:36PM +, Lee Jones wrote: > On Mon, 14 Jan 2019, Christian Hohnstaedt wrote: > > > These options apply to all regulators in this chip. > > > > ti,strict-supply-voltage-supervision: > > Set STRICT flag in CONFIG1 > > ti,under-voltage-limit-microvolt: > >

Re: [PATCH v3 2/2] mfd: tps65218.c: Add input voltage options

2019-01-16 Thread Lee Jones
On Mon, 14 Jan 2019, Christian Hohnstaedt wrote: > These options apply to all regulators in this chip. > > ti,strict-supply-voltage-supervision: > Set STRICT flag in CONFIG1 > ti,under-voltage-limit-microvolt: > Select 2.75, 2.95, 3.25 or 3.35 V UVLO in CONFIG1 >

[PATCH v3 2/2] mfd: tps65218.c: Add input voltage options

2019-01-14 Thread Christian Hohnstaedt
These options apply to all regulators in this chip. ti,strict-supply-voltage-supervision: Set STRICT flag in CONFIG1 ti,under-voltage-limit-microvolt: Select 2.75, 2.95, 3.25 or 3.35 V UVLO in CONFIG1 ti,under-voltage-hyst-microvolt: Select 200mV or 400mV UVLOHYS in CONFIG2 Signed-off-by: