From e3ff63d7a88ef204d836d6f66aba82c03fc15ea9 Mon Sep 17 00:00:00 2001 From: chenxing Date: Wed, 29 Aug 2012 20:42:56 +0800 Subject: [PATCH] rk3066b: fix hsiphy array lenth --- arch/arm/mach-rk30/clock_data-rk3066b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1