Re: [PATCH 2/2] drivers: rtc: max313xx: Ensure correct date is read after setting

2025-01-20 Thread Chris Packham
On 20/01/2025 14:59, Mark Tomlinson wrote: > When setting the time on the MAX31343, the time is not updated > for one second, and reading the time in this interval will give > the old time. Wait one second after writing so that the date > command will show the correct time when setting the clock.

[PATCH 2/2] drivers: rtc: max313xx: Ensure correct date is read after setting

2025-01-19 Thread Mark Tomlinson
When setting the time on the MAX31343, the time is not updated for one second, and reading the time in this interval will give the old time. Wait one second after writing so that the date command will show the correct time when setting the clock. Signed-off-by: Mark Tomlinson Cc: Chris Packham -