Re: [PATCH] rtc: pcf8563: disable CLKOUT

2015-10-13 Thread Heiko Schocher
Hello Alexandre, Am 13.10.2015 um 22:17 schrieb Alexandre Belloni: Hi, On 13/10/2015 at 07:08:58 +0200, Heiko Schocher wrote : 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 powe

Re: [PATCH] rtc: pcf8563: disable CLKOUT

2015-10-13 Thread Alexandre Belloni
Hi, On 13/10/2015 at 07:08:58 +0200, Heiko Schocher wrote : > 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. If you do not need CLKOUT, you can disable the >

[PATCH] rtc: pcf8563: disable CLKOUT

2015-10-12 Thread Heiko Schocher
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. If you do not need CLKOUT, you can disable the CLKOUT with setting "disable-clkout" property. Signed-off-by: Heiko S