rk3188 ds1006h: hym8563 shutdown do not disable clkout
authorwuhao <wuhao@wuhao@rock-chips.com>
Fri, 25 Jan 2013 07:46:15 +0000 (15:46 +0800)
committerwuhao <wuhao@wuhao@rock-chips.com>
Fri, 25 Jan 2013 07:46:15 +0000 (15:46 +0800)
drivers/rtc/rtc-HYM8563.c

index 7d6aa26c3c3a29ecb7591e7da3c69978dfcaf1da..01399e8794dd4add1d9554c346e3ec119082dfc1 100755 (executable)
@@ -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,