diff options
author | Lokesh Vutla <[email protected]> | 2016-10-27 11:27:25 +0530 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2016-11-04 23:11:37 +0100 |
commit | 3984903a2e3906d3def220e688040ce93368200a (patch) | |
tree | 0dfd07a0079bf488b61fea891f801554bbb884a1 /scripts/gcc-plugins/sancov_plugin.c | |
parent | 368e21aebe9535c1643b272aaa9819298a6bc3e5 (diff) |
rtc: omap: Fix selecting external osc
RTC can be clocked from an external 32KHz oscillator, or from the
Peripheral PLL. The RTC has an internal oscillator buffer to support
direct operation with a crystal.
----------------------------------------
| Device --------- |
| | | |
| | RTCSS | |
| --------- | | |
OSC |<------| RTC | | | |
|------>| OSC |--- | | |
| -------- | | | |
| ----|clk | |
| -------- | | | |
| | PRCM |--- | | |
| -------- -------- |
----------------------------------------
The RTC functional clock is sourced by default from the clock derived
from the Peripheral PLL. In order to select source as external osc clk
the following changes needs to be done:
- Enable the RTC OSC (RTC_OSC_REG[4]OSC32K_GZ = 0)
- Enable the clock mux(RTC_OSC_REG[6]K32CLK_EN = 1)
- Select the external clock source (RTC_OSC_REG[3]32KCLK_SEL = 1)
Fixes: 399cf0f63f6f2 ("rtc: omap: Add external clock enabling support")
Signed-off-by: Keerthy <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Signed-off-by: Dave Gerlach <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/sancov_plugin.c')
0 files changed, 0 insertions, 0 deletions