diff options
| author | Werner Pfister <[email protected]> | 2009-09-21 14:49:56 +0200 |
|---|---|---|
| committer | Tom Rix <[email protected]> | 2009-10-03 09:04:32 -0500 |
| commit | 152d99f00488ad93a33bd5ca342eb07a4ee24d8d (patch) | |
| tree | 181d0ec207aeb1821ed4582ec1c2bea40664fe42 | |
| parent | 6b0b181afd2b378dde1a6589f66d74725689ae3f (diff) | |
digsy_mtc: Add TCR register value for RTC (DS1339)
Signed-off-by: Werner Pfister <[email protected]>
Signed-off-by: Detlev Zundel <[email protected]>
| -rw-r--r-- | include/configs/digsy_mtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 2bdaaace33b..7a1a7c33315 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -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 |
