summaryrefslogtreecommitdiffstats
path: root/include/configs/mx53evk.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2011-10-25 01:44:19 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-04 22:06:37 +0100
commit4f97c88ea183f8aee27dfeb0bec1bc97375895c7 (patch)
tree152bf196671a326637a850c75d75d5e8c0dd7c4c /include/configs/mx53evk.h
parentaa2bcf4be5b97f41ed1a10b5cfe68442cd588fb8 (diff)
downloadblackbird-obmc-uboot-4f97c88ea183f8aee27dfeb0bec1bc97375895c7.tar.gz
blackbird-obmc-uboot-4f97c88ea183f8aee27dfeb0bec1bc97375895c7.zip
mx53evk: Add RTC support
MX53EVK has an MC13892 PMIC. Add RTC support. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Jason Liu < jason.hui@linaro.org>
Diffstat (limited to 'include/configs/mx53evk.h')
-rw-r--r--include/configs/mx53evk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 8653207124..1de2bf2367 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -63,6 +63,7 @@
#define CONFIG_PMIC_I2C
#define CONFIG_PMIC_FSL
#define CONFIG_SYS_FSL_PMIC_I2C_ADDR 8
+#define CONFIG_RTC_MC13XXX
/* MMC Configs */
#define CONFIG_FSL_ESDHC
@@ -88,6 +89,7 @@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_MII
#define CONFIG_CMD_NET
+#define CONFIG_CMD_DATE
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
OpenPOWER on IntegriCloud