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:
63d2667
)
rk3188 ds1006h: hym8563 shutdown do not disable clkout
author
wuhao
<wuhao@wuhao@rock-chips.com>
Fri, 25 Jan 2013 07:46:15 +0000
(15:46 +0800)
committer
wuhao
<wuhao@wuhao@rock-chips.com>
Fri, 25 Jan 2013 07:46:15 +0000
(15:46 +0800)
drivers/rtc/rtc-HYM8563.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-HYM8563.c
b/drivers/rtc/rtc-HYM8563.c
index 7d6aa26c3c3a29ecb7591e7da3c69978dfcaf1da..01399e8794dd4add1d9554c346e3ec119082dfc1 100755
(executable)
--- a/
drivers/rtc/rtc-HYM8563.c
+++ b/
drivers/rtc/rtc-HYM8563.c
@@
-538,7
+538,7
@@
static struct i2c_driver hym8563_driver = {
},
.probe = hym8563_probe,
.remove = __devexit_p(hym8563_remove),
-#if defined(CONFIG_ARCH_RK3066B)
+#if defined(CONFIG_ARCH_RK3066B)
|| defined(CONFIG_ARCH_RK3188)
//.shutdown=hym8563_shutdown,
#else
.shutdown=hym8563_shutdown,