projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d736ebe
)
mx35pdk: Add RTC support
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 25 Oct 2011 01:35:37 +0000
(
01:35
+0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 3 Nov 2011 21:56:19 +0000
(22:56 +0100)
MX35PDK has an MC13892 PMIC. Add RTC support.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Tested-by: Stefano Babic <sbabic@denx.de>
include/configs/mx35pdk.h
patch
|
blob
|
history
diff --git
a/include/configs/mx35pdk.h
b/include/configs/mx35pdk.h
index 79bae5637f464719f0a1f48e3008293eee1b5147..32ed6096ae1990c2afacd8104904be3a33da5aa5 100644
(file)
--- 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