diff options
author | Alim Akhtar <[email protected]> | 2015-11-20 16:07:53 +0530 |
---|---|---|
committer | Lee Jones <[email protected]> | 2015-11-23 10:34:38 +0000 |
commit | a65e5efa7c5faa8c320fe56cc351d47fcd006749 (patch) | |
tree | 57acd43fae9eed4aba532efd44887bbb516d67f2 /tools/perf/scripts/python/stackcollapse.py | |
parent | 51af20675800ffbd97bd48363a06e00f83de44c4 (diff) |
rtc: s5m.c: Add support for S2MPS15 RTC
RTC found in s2mps15 is almost same as one found on s2mps13
with few differences in RTC_UPDATE register fields, like:
1> Bit[4] and Bit[1] are reversed
- On s2mps13
WUDR -> bit[4], AUDR -> bit[1]
- On s2mps15
WUDR -> bit[1], AUDR -> bit[4]
2> In case of s2mps13, for alarm register, need to set both
WDUR and ADUR high, whereas for s2mps15 only set AUDR to high.
3> On s2mps15, WUDR, RUDR and AUDR functions should never be used
at the same time.
This patch add required changes to enable s2mps15 rtc timer.
Signed-off-by: Alim Akhtar <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions