From: chenxing Date: Wed, 29 Aug 2012 12:42:56 +0000 (+0800) Subject: rk3066b: fix hsiphy array lenth X-Git-Tag: firefly_0821_release~8771 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e3ff63d7a88ef204d836d6f66aba82c03fc15ea9;p=firefly-linux-kernel-4.4.55.git rk3066b: fix hsiphy array lenth --- diff --git a/arch/arm/mach-rk30/clock_data-rk3066b.c b/arch/arm/mach-rk30/clock_data-rk3066b.c index 7b9e294a9490..fe80054276ce 100644 --- 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,