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:
8d40432
)
rk3066b: fix gpu src select bit
author
chenxing
<chenxing@rock-chips.com>
Fri, 28 Sep 2012 08:23:51 +0000
(16:23 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Fri, 28 Sep 2012 08:23:51 +0000
(16:23 +0800)
arch/arm/mach-rk30/clock_data-rk3066b.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/clock_data-rk3066b.c
b/arch/arm/mach-rk30/clock_data-rk3066b.c
index 16d443283a01704a49dadadad575621b37e8501f..ab8e0891cea44e905312d4b85f040db383852066 100644
(file)
--- a/
arch/arm/mach-rk30/clock_data-rk3066b.c
+++ b/
arch/arm/mach-rk30/clock_data-rk3066b.c
@@
-1282,7
+1282,7
@@
static struct clk clk_gpu = {
.clksel_con = CRU_CLKSELS_CON(33),
.gate_idx = CLK_GATE_CLK_GPU,
CRU_DIV_SET(0x1f, 0, 32),
- CRU_SRC_SET(0x1,
8
),
+ CRU_SRC_SET(0x1,
7
),
CRU_PARENTS_SET(gpu_parents),
};
#ifdef ARCH_RK31