diff options
author | Heiko Schocher <hs@denx.de> | 2011-03-28 09:24:22 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-04-26 00:24:40 +0200 |
commit | 71d19f30d6a55926ac81e86558a15701f9dbc17c (patch) | |
tree | 2afbdbf2c74f2501cf5f78b39ff0b6a2231a1f42 /README | |
parent | 31e413985c58ea1e802c82e39b5f2650ecc0695e (diff) | |
download | u-boot-imx-71d19f30d6a55926ac81e86558a15701f9dbc17c.zip u-boot-imx-71d19f30d6a55926ac81e86558a15701f9dbc17c.tar.gz u-boot-imx-71d19f30d6a55926ac81e86558a15701f9dbc17c.tar.bz2 |
rtc, rv3029: add trickle charger support.
Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -748,6 +748,8 @@ The following options need to be configured: CONFIG_RTC_ISL1208 - use Intersil ISL1208 RTC CONFIG_RTC_MAX6900 - use Maxim, Inc. MAX6900 RTC CONFIG_SYS_RTC_DS1337_NOOSC - Turn off the OSC output for DS1337 + CONFIG_SYS_RV3029_TCR - enable trickle charger on + RV3029 RTC. Note that if the RTC uses I2C, then the I2C interface must also be configured. See I2C Support, below. |