From: Larry Li Date: Wed, 15 Feb 2012 08:59:06 +0000 (+0800) Subject: ENGR00174532 [mx6Q]Change 2D clock to 480M X-Git-Tag: v3.0.35-fsl~1463 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1bbb38aab9188fe07753c4bc04be590100b7f2cc;p=karo-tx-linux.git ENGR00174532 [mx6Q]Change 2D clock to 480M Change GPU2D core clock to 480M and use PLL3 as parent Signed-off-by: Larry Li --- diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c index 58dcbe103ae0..c23009884da2 100644 --- a/arch/arm/mach-mx6/clock.c +++ b/arch/arm/mach-mx6/clock.c @@ -5224,6 +5224,8 @@ int __init mx6_clocks_init(unsigned long ckil, unsigned long osc, clk_set_parent(&gpu2d_axi_clk, &mmdc_ch0_axi_clk[0]); gpu2d_axi_clk.secondary = NULL; } + if (cpu_is_mx6q()) + clk_set_parent(&gpu2d_core_clk[0], &pll3_usb_otg_main_clk); /* PCLK camera - J5 */ clk_set_parent(&clko2_clk, &osc_clk);