Other Parts Discussed in Thread: TPS65910
I am using am335x-GP-evm and trying to enable and use RTC available on PMIC. I am refering below thread and did changes to dts for tps & kernel config CONFIG_RTC_TPS65910=y.
hwclock command gives error when using rtc on pmic.
#hwclock
hwclock: select() to /dev/rtc0 to wait for clock tick timed out.
#hwclock -f /dev/rtc0
hwclock: select() to /dev/rtc0 to wait for clock tick timed out.
hwclock command gives wrong date & not storing time between power cycles.
#hwclock -f /dev/rtc1
2000-01-01 01:14:44.133543+00:00
please Let me know chnages needed for am335x-GP-EVM