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

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