projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ecdc5
)
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/clock_data.c
b/arch/arm/mach-rk30/clock_data.c
index 3ef0cdfad4f2e1b0af575983a94fc7664a96f0e1..7579235ebabd4b41f93fd872fce37e09a59a52ac 100644
(file)
--- a/
arch/arm/mach-rk30/clock_data.c
+++ b/
arch/arm/mach-rk30/clock_data.c
@@
-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,
};