rk3168: enable rtc 32K clock out in shut down
authorhxy <hxy@rock-chips.com>
Wed, 9 Jan 2013 02:45:09 +0000 (10:45 +0800)
committerhxy <hxy@rock-chips.com>
Wed, 9 Jan 2013 02:45:09 +0000 (10:45 +0800)
drivers/rtc/rtc-HYM8563.c

index 2c292af643dcadf2de49d1ecc35bd3a6a44da450..ff766d44df4160572db6a71ebec8bb65a9e80319 100755 (executable)
@@ -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,
 };