mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 16:39:35 +00:00
digsy_mtc: Add TCR register value for RTC (DS1339)
Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de> Signed-off-by: Detlev Zundel <dzu@denx.de>
This commit is contained in:
parent
b0078c8792
commit
c569ad6e1e
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@
|
|||
*/
|
||||
#define CONFIG_RTC_DS1337
|
||||
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
|
||||
#define CONFIG_SYS_DS1339_TCR_VAL 0xAB /* diode + 4k resistor */
|
||||
|
||||
/*
|
||||
* Flash configuration
|
||||
|
|
Loading…
Reference in a new issue