Skip to content
Snippets Groups Projects
Commit a01ebd96 authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

mpc52xx, digsy_mtc: add trickle charger support for rev5 boards.


Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Acked-by: default avatarDetlev Zundel <dzu@denx.de>
parent 71d19f30
No related branches found
No related tags found
No related merge requests found
...@@ -252,6 +252,8 @@ ...@@ -252,6 +252,8 @@
#if defined(CONFIG_DIGSY_REV5) #if defined(CONFIG_DIGSY_REV5)
#define CONFIG_SYS_I2C_RTC_ADDR 0x56 #define CONFIG_SYS_I2C_RTC_ADDR 0x56
#define CONFIG_RTC_RV3029 #define CONFIG_RTC_RV3029
/* Enable 5k Ohm trickle charge resistor */
#define CONFIG_SYS_RV3029_TCR 0x20
#else #else
#define CONFIG_RTC_DS1337 #define CONFIG_RTC_DS1337
#define CONFIG_SYS_I2C_RTC_ADDR 0x68 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment