Other Parts Discussed in Thread: TPS65930
Hi All,
I am planning to write linux driver for TPS6930 RTC. Looking into data manual for
TPS65930, I found following functionality of RTC module:
(http://focus.ti.com/lit/ds/symlink/tps65930.pdf)
- Time info(secs/min/hrs) in BCD code
- Calendar info(day/month/yr/week) in BCD code.
- Interrupt generation (1 sec/ 1min/ 1 hr/ 1 day) or alarm func
- I2C bus interface.
I also found below linux driver, which take care of all the above functionality.
http://lxr.linux.no/#linux+v2.6.30.4/drivers/rtc/rtc-twl4030.c
Please let me know, if we can use twl4030 RTC driver to drive RTC in TPS65930.
The reason for asking this is because TI says that software of TWL4030 is compatible
with TPS65930 and in the mainline kernel source, the source file rtl_twl4030.c clears indicates
that rtc in twl4030 is supported, But in the TI OMAP 35x EVM PSP release notes-02.01.09.pdf
for Mistral 3530 EVM board, it is mentioned (in 2.2.2) that "Supporting RTC on TWL 4030 requires modifications
to the OMAP3EVM and is not supported in this release"
Why is this so? Is there any issues with running RTC on TPS65930?
Thanks & Regards,
-Subash