]> Git Repo - J-u-boot.git/commitdiff
mx35pdk: Add RTC support
authorFabio Estevam <[email protected]>
Tue, 25 Oct 2011 01:35:37 +0000 (01:35 +0000)
committerAlbert ARIBAUD <[email protected]>
Thu, 3 Nov 2011 21:56:19 +0000 (22:56 +0100)
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]>
include/configs/mx35pdk.h

index 79bae5637f464719f0a1f48e3008293eee1b5147..32ed6096ae1990c2afacd8104904be3a33da5aa5 100644 (file)
@@ -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
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_NET
 #define CONFIG_NET_RETRY_COUNT 100
+#define CONFIG_CMD_DATE
 
 #define CONFIG_BOOTDELAY       3
 
This page took 0.03733 seconds and 4 git commands to generate.