projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e3280
)
rk3168: enable rtc 32K clock out in shut down
author
hxy
<hxy@rock-chips.com>
Wed, 9 Jan 2013 02:51:52 +0000
(10:51 +0800)
committer
hxy
<hxy@rock-chips.com>
Wed, 9 Jan 2013 02:51:52 +0000
(10:51 +0800)
drivers/rtc/rtc-HYM8563.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-HYM8563.c
b/drivers/rtc/rtc-HYM8563.c
index ff766d44df4160572db6a71ebec8bb65a9e80319..7d6aa26c3c3a29ecb7591e7da3c69978dfcaf1da 100755
(executable)
--- a/
drivers/rtc/rtc-HYM8563.c
+++ b/
drivers/rtc/rtc-HYM8563.c
@@
-540,6
+540,8
@@
static struct i2c_driver hym8563_driver = {
.remove = __devexit_p(hym8563_remove),
#if defined(CONFIG_ARCH_RK3066B)
//.shutdown=hym8563_shutdown,
+#else
+ .shutdown=hym8563_shutdown,
#endif
.id_table = hym8563_id,
};