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:
c100afb
)
rk3066b: fix hsiphy array lenth
author
chenxing
<chenxing@rock-chips.com>
Wed, 29 Aug 2012 12:42:56 +0000
(20:42 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Wed, 29 Aug 2012 12:42:56 +0000
(20:42 +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 7b9e294a94904ba24ce1a8cbd297f7274019d1ff..fe80054276ced5361aff37b36da9047d80116fad 100644
(file)
--- a/
arch/arm/mach-rk30/clock_data-rk3066b.c
+++ b/
arch/arm/mach-rk30/clock_data-rk3066b.c
@@
-1800,7
+1800,7
@@
static struct clk clk_otgphy1_480m = {
/* hsicphy setting */
#ifdef ARCH_RK31
-static struct clk *clk_hsicphy_parents[
3
] = {&clk_otgphy0_480m, &clk_otgphy1_480m, &general_pll_clk, &codec_pll_clk};
+static struct clk *clk_hsicphy_parents[
4
] = {&clk_otgphy0_480m, &clk_otgphy1_480m, &general_pll_clk, &codec_pll_clk};
static struct clk clk_hsicphy_480m = {
.name = "hsicphy_480m",
.parent = &clk_otgphy0_480m,