Re: [PATCH v4] rtc: pcf8563: add CLKOUT to common clock framework

2015-10-17 Thread Alexandre Belloni
On 16/10/2015 at 13:31:29 +0200, Heiko Schocher wrote : > Add the clkout output clk to the common clock framework. > Disable the CLKOUT of the RTC after power-up. > After power-up/reset of the RTC, CLKOUT is enabled by default, > with CLKOUT enabled the RTC chip has 2-3 times higher power > consump

[PATCH v4] rtc: pcf8563: add CLKOUT to common clock framework

2015-10-16 Thread Heiko Schocher
Add the clkout output clk to the common clock framework. Disable the CLKOUT of the RTC after power-up. After power-up/reset of the RTC, CLKOUT is enabled by default, with CLKOUT enabled the RTC chip has 2-3 times higher power consumption. Signed-off-by: Heiko Schocher --- Changes in v4: - add co