• Lokesh Vutla's avatar
    ARM: OMAP2+: hwmod: RTC: Add lock and unlock functions · 461932df
    Lokesh Vutla authored
    RTC IP have kicker feature which prevents spurious writes to its registers.
    In order to write into any of the RTC registers, KICK values has to be
    written to KICK registers. Also, RTC busy flag needs to be polled for
    non-TC registers as well, without which update is not proper and confirmed
    it by testing on DRA7-evm.
    Introduce omap_hwmod_rtc_unlock/lock functions, which  writes into these
    KICK registers inorder to lock and unlock RTC registers.
    Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
    [paul@pwsan.com: fixed subject line]
    Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
    461932df
omap_hwmod_reset.c 3.67 KB