Revert "rk30: clock: disable pd_vio gating function before rga, lcdc, cif support...
author黄涛 <huangtao@rock-chips.com>
Mon, 16 Jul 2012 02:23:39 +0000 (10:23 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 16 Jul 2012 02:23:39 +0000 (10:23 +0800)
This reverts commit 2186d7743ad119ca8b5eea702970463fe4aba3df.

arch/arm/mach-rk30/clock_data.c

index 3ef0cdfad4f2e1b0af575983a94fc7664a96f0e1..7579235ebabd4b41f93fd872fce37e09a59a52ac 100644 (file)
@@ -2458,7 +2458,7 @@ static int pd_display_mode(struct clk *clk, int on)
 static struct clk pd_display = {
        .name   = "pd_display",
        .flags  = IS_PD,
-//     .mode   = pd_display_mode,
+       .mode   = pd_display_mode,
        .gate_idx       = PD_VIO,
 };