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:
411635c
)
rk3168: enable rtc 32K clock out in shut down
author
hxy
<hxy@rock-chips.com>
Wed, 9 Jan 2013 02:45:09 +0000
(10:45 +0800)
committer
hxy
<hxy@rock-chips.com>
Wed, 9 Jan 2013 02:45:09 +0000
(10:45 +0800)
drivers/rtc/rtc-HYM8563.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-HYM8563.c
b/drivers/rtc/rtc-HYM8563.c
index 2c292af643dcadf2de49d1ecc35bd3a6a44da450..ff766d44df4160572db6a71ebec8bb65a9e80319 100755
(executable)
--- a/
drivers/rtc/rtc-HYM8563.c
+++ b/
drivers/rtc/rtc-HYM8563.c
@@
-538,7
+538,9
@@
static struct i2c_driver hym8563_driver = {
},
.probe = hym8563_probe,
.remove = __devexit_p(hym8563_remove),
- .shutdown=hym8563_shutdown,
+#if defined(CONFIG_ARCH_RK3066B)
+ //.shutdown=hym8563_shutdown,
+#endif
.id_table = hym8563_id,
};