]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: am625_init: Add Erratum WA for RTC startup
authorNishanth Menon <nm@ti.com>
Tue, 16 May 2023 23:06:21 +0000 (18:06 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 1 Jun 2023 16:40:16 +0000 (12:40 -0400)
commitfb3474bef0b2a14cfa1295f90ee4eb5337765e83
treea4146ed0251e6ca5ec99f64398bdf0291532869e
parente0feee58ac92cce16b6df624ffba1c75c05133d2
arm: mach-k3: am625_init: Add Erratum WA for RTC startup

In the first silicon revision of the am62x family of SoCs, the hardware
wakeup event cannot be used if software is unable to unlock the RTC
device within one second after boot. To work around this limitation
unlock RTC as soon as possible in the boot flow to maximize our chance
of linux being able to use this device.

Add the erratum i2327 workaround to initialize the RTC.

Signed-off-by: Nishanth Menon <nm@ti.com>
[bb@ti.com: rebased from 2021.01 and expanded commit and code messages]
Signed-off-by: Bryan Brattlof <bb@ti.com>
arch/arm/mach-k3/am625_init.c