]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rtc/m41t62: Add support for M41T82 with HT (Halt Update)
authorStefan Roese <sr@denx.de>
Fri, 20 Jan 2012 10:47:47 +0000 (11:47 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:43 +0000 (14:07 +0200)
commit038f3c54ba9a7ab4552943f47efe8f05736b1732
tree8776c22b738eff422af4b26ebd3399220c3e0a71
parent4ae8bc4392ec038566276e15c4dfe29f0fe9682f
rtc/m41t62: Add support for M41T82 with HT (Halt Update)

Add support for the M41T82 RTC to the m41t62 driver. The only
difference that needs to be handled by this driver, is to
clear the HT (Halt Update) bit upon reset. This bit is not
used on the M41T62, so its save to clear this bit always.

The M41T82 support will be used by the X600 (SPEAr600)
board support.

Signed-off-by: Stefan Roese <sr@denx.de>
drivers/rtc/m41t62.c