diff options
| author | Fabio Estevam <[email protected]> | 2011-10-25 01:35:37 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-11-03 22:56:19 +0100 |
| commit | d28d6a96192d69acd99ebe7031908f18f8765262 (patch) | |
| tree | 875a430f5cc108f8ec75a456eb3bea16e25bfc43 /include | |
| parent | d736ebea1cc335e89643656c3db33f5df55ffb16 (diff) | |
mx35pdk: Add RTC support
MX35PDK has an MC13892 PMIC. Add RTC support.
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Tested-by: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx35pdk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 79bae5637f4..32ed6096ae1 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -73,6 +73,7 @@ #define CONFIG_PMIC_I2C #define CONFIG_PMIC_FSL #define CONFIG_SYS_FSL_PMIC_I2C_ADDR 0x08 +#define CONFIG_RTC_MC13XXX /* * MFD MC9SDZ60 @@ -111,6 +112,7 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_NET #define CONFIG_NET_RETRY_COUNT 100 +#define CONFIG_CMD_DATE #define CONFIG_BOOTDELAY 3 |
