mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
mpc52xx, digsy_mtc: add trickle charger support for rev5 boards.
Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Detlev Zundel <dzu@denx.de>
This commit is contained in:
parent
71d19f30d6
commit
a01ebd9679
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,8 @@
|
|||
#if defined(CONFIG_DIGSY_REV5)
|
||||
#define CONFIG_SYS_I2C_RTC_ADDR 0x56
|
||||
#define CONFIG_RTC_RV3029
|
||||
/* Enable 5k Ohm trickle charge resistor */
|
||||
#define CONFIG_SYS_RV3029_TCR 0x20
|
||||
#else
|
||||
#define CONFIG_RTC_DS1337
|
||||
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
|
||||
|
|
Loading…
Add table
Reference in a new issue