Re: [PATCH] regulator: anatop: Add support for "anatop-enable-bit"

2017-01-13 Thread Rob Herring
On Fri, Jan 13, 2017 at 11:07:42AM -0600, Rob Herring wrote: > On Tue, Jan 10, 2017 at 08:30:14AM -0800, Andrey Smirnov wrote: > > Add code to support support for "anatop-enable-bit" device-tree > > property. This property translates to LINREG_ENABLE bit in real hardware > > and is present on 1p1,

Re: [PATCH] regulator: anatop: Add support for "anatop-enable-bit"

2017-01-13 Thread Rob Herring
On Fri, Jan 13, 2017 at 11:07:42AM -0600, Rob Herring wrote: > On Tue, Jan 10, 2017 at 08:30:14AM -0800, Andrey Smirnov wrote: > > Add code to support support for "anatop-enable-bit" device-tree > > property. This property translates to LINREG_ENABLE bit in real hardware > > and is present on 1p1,

Re: [PATCH] regulator: anatop: Add support for "anatop-enable-bit"

2017-01-13 Thread Rob Herring
On Tue, Jan 10, 2017 at 08:30:14AM -0800, Andrey Smirnov wrote: > Add code to support support for "anatop-enable-bit" device-tree > property. This property translates to LINREG_ENABLE bit in real hardware > and is present on 1p1, 2p5 and 3p0 regulators on i.MX6 and 1p0d regulator > on i.MX7. > >

Re: [PATCH] regulator: anatop: Add support for "anatop-enable-bit"

2017-01-13 Thread Rob Herring
On Tue, Jan 10, 2017 at 08:30:14AM -0800, Andrey Smirnov wrote: > Add code to support support for "anatop-enable-bit" device-tree > property. This property translates to LINREG_ENABLE bit in real hardware > and is present on 1p1, 2p5 and 3p0 regulators on i.MX6 and 1p0d regulator > on i.MX7. > >

[PATCH] regulator: anatop: Add support for "anatop-enable-bit"

2017-01-10 Thread Andrey Smirnov
Add code to support support for "anatop-enable-bit" device-tree property. This property translates to LINREG_ENABLE bit in real hardware and is present on 1p1, 2p5 and 3p0 regulators on i.MX6 and 1p0d regulator on i.MX7. Cc: yurov...@gmail.com Cc: Liam Girdwood Cc: Mark

[PATCH] regulator: anatop: Add support for "anatop-enable-bit"

2017-01-10 Thread Andrey Smirnov
Add code to support support for "anatop-enable-bit" device-tree property. This property translates to LINREG_ENABLE bit in real hardware and is present on 1p1, 2p5 and 3p0 regulators on i.MX6 and 1p0d regulator on i.MX7. Cc: yurov...@gmail.com Cc: Liam Girdwood Cc: Mark Brown Cc: Rob Herring