summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Fuzhen <fuzhen.lin@freescale.com>2011-11-07 20:03:19 +0800
committerLin Fuzhen <fuzhen.lin@freescale.com>2011-11-07 20:03:19 +0800
commit8b795354ffd143b62d3737fcda9dec0bb2e68f6c (patch)
tree0c4079e12475362aeab27eae27a479d037b3d808
parentd14614e96caffb7074401d3b5dc12ee883ba989b (diff)
ENGR00161333 RTC: Cannot save the date/time if power off
Once power off the MX53SMD, the NVCC_SRTC will lost, so we could not save the time if cut the power. For MX53 RevD, if the battery is online the power for PMIC RTC is always on, so use PMIC RTC instead of MX53 SRTC Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
-rw-r--r--arch/arm/configs/imx5_android_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/configs/imx5_android_defconfig b/arch/arm/configs/imx5_android_defconfig
index 3fe515d0b88f..237aa6ebbe35 100644
--- a/arch/arm/configs/imx5_android_defconfig
+++ b/arch/arm/configs/imx5_android_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.35.3
-# Wed Nov 2 10:38:48 2011
+# Mon Nov 7 19:20:46 2011
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
@@ -2208,7 +2208,7 @@ CONFIG_RTC_INTF_ALARM_DEV=y
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
-# CONFIG_RTC_DRV_DA9052 is not set
+CONFIG_RTC_DRV_DA9052=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
@@ -2226,7 +2226,7 @@ CONFIG_RTC_INTF_ALARM_DEV=y
#
# on-CPU RTC drivers
#
-CONFIG_RTC_DRV_MXC_V2=y
+# CONFIG_RTC_DRV_MXC_V2 is not set
# CONFIG_RTC_DRV_IMXDI is not set
CONFIG_RTC_MC13892=y
CONFIG_DMADEVICES=y