From 18c206d45fb7d7d8f0a2ae59789ce82220eb185f Mon Sep 17 00:00:00 2001 From: xxx Date: Sat, 18 May 2013 10:26:56 +0800 Subject: [PATCH] setting gpll 594 cpll 798 for sys stabilization --- arch/arm/mach-rk3188/include/mach/board.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-rk3188/include/mach/board.h b/arch/arm/mach-rk3188/include/mach/board.h index 2dd3dcef90a5..b3c660b75789 100755 --- a/arch/arm/mach-rk3188/include/mach/board.h +++ b/arch/arm/mach-rk3188/include/mach/board.h @@ -75,8 +75,12 @@ enum _codec_pll { #define RK30_CLOCKS_DEFAULT_FLAGS (CLK_FLG_MAX_I2S_12288KHZ/*|CLK_FLG_EXT_27MHZ*/) -#define codec_pll_default codec_pll_594mhz -#define periph_pll_default periph_pll_384mhz +//#define codec_pll_default codec_pll_594mhz +//#define periph_pll_default periph_pll_384mhz + +#define codec_pll_default codec_pll_798mhz +#define periph_pll_default periph_pll_594mhz + #endif -- 2.34.1