[PATCH] [ARM] [Wandboard] Add CONFIG_RTC_DRV_SNVS as builtin

Nicolas Chauvet kwizart at gmail.com
Fri Feb 14 13:38:14 UTC 2014


This prevent error like this
déc. 31 19:00:02 localhost kernel: drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
...
déc. 31 19:00:09 localhost kernel: snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0

On the wandboard, this rtc isn't wired, so it can only help to save time accross reboot
---
 config-armv7 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config-armv7 b/config-armv7
index c3019f7..3a48199 100644
--- a/config-armv7
+++ b/config-armv7
@@ -360,7 +360,7 @@ CONFIG_IMX_WEIM=y
 CONFIG_IMX2_WDT=m
 CONFIG_HW_RANDOM_MXC_RNGA=m
 CONFIG_CRYPTO_DEV_SAHARA=m
-CONFIG_RTC_DRV_SNVS=m
+CONFIG_RTC_DRV_SNVS=y
 # CONFIG_FB_MX3 is not set
 
 CONFIG_SND_IMX_SOC=m
-- 
1.7.2.1



More information about the kernel mailing list