mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
rk3168: enable rtc 32K clock out in shut down
This commit is contained in:
parent
411635c3fc
commit
80e3280652
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user