Re: [PATCH V4 3/3] rtc: omap: Support regulator supply for RTC

2014-10-28 Thread Mark Brown
On Tue, Oct 28, 2014 at 10:01:48AM -0500, Felipe Balbi wrote: > On Tue, Oct 28, 2014 at 03:28:52PM +0530, Lokesh Vutla wrote: > > +- vrtc-minuV: Minimum required voltage in uV, If default voltage needs to > > be changed > > +- vrtc-maxuV: Maximum acceptable voltage in uV, If default voltage needs

Re: [PATCH V4 3/3] rtc: omap: Support regulator supply for RTC

2014-10-28 Thread Felipe Balbi
On Tue, Oct 28, 2014 at 03:28:52PM +0530, Lokesh Vutla wrote: > Certain SoCs such as DRA7, RTC is an independent voltage domain of it's own > and on platforms such as DRA7-evm, this may be supplied by individual > regulator on it's own. > So make the OMAP RTC driver support a power regulator. > >

Re: [PATCH V4 3/3] rtc: omap: Support regulator supply for RTC

2014-10-28 Thread Nishanth Menon
On 10/28/2014 04:58 AM, Lokesh Vutla wrote: > Certain SoCs such as DRA7, RTC is an independent voltage domain of it's own > and on platforms such as DRA7-evm, this may be supplied by individual > regulator on it's own. > So make the OMAP RTC driver support a power regulator. > > Signed-off-by: Lok

[PATCH V4 3/3] rtc: omap: Support regulator supply for RTC

2014-10-28 Thread Lokesh Vutla
Certain SoCs such as DRA7, RTC is an independent voltage domain of it's own and on platforms such as DRA7-evm, this may be supplied by individual regulator on it's own. So make the OMAP RTC driver support a power regulator. Signed-off-by: Lokesh Vutla --- - Dropped the Reviewed-by tags as this pa

Re: [PATCH V4 3/3] rtc: omap: Support regulator supply for RTC

2014-10-24 Thread Felipe Balbi
On Fri, Oct 24, 2014 at 01:37:34PM +0530, Lokesh Vutla wrote: > On some Soc's RTC is powered by an external power regulator. > e.g. RTC on DRA7 SoC. Make the OMAP RTC driver support a > power regulator. > > Reviewed-by: Johan Hovold > Signed-off-by: Lokesh Vutla oh sorry, there was already a ne

[PATCH V4 3/3] rtc: omap: Support regulator supply for RTC

2014-10-24 Thread Lokesh Vutla
On some Soc's RTC is powered by an external power regulator. e.g. RTC on DRA7 SoC. Make the OMAP RTC driver support a power regulator. Reviewed-by: Johan Hovold Signed-off-by: Lokesh Vutla --- Changes since v3: - Removed extra Optional properties header. - Moved regulator get before platform_set