From: wayne <wayne.lin@xxxxxxxxxxxx> --- arch/arm/mach-msm/board-qsd8x50.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-msm/board-qsd8x50.c b/arch/arm/mach-msm/board-qsd8x50.c index 0d44c2d..54ca8e7 100644 --- a/arch/arm/mach-msm/board-qsd8x50.c +++ b/arch/arm/mach-msm/board-qsd8x50.c @@ -2129,7 +2129,11 @@ static struct resource kgsl_resources[] = { #endif }; static struct kgsl_platform_data kgsl_pdata = { +#ifdef CONFIG_MSM_SOC_REV_A + .max_axi_freq = 192000, /*Max for 8650A*/ +#else .max_axi_freq = 128000, /*Max for 8K*/ +#endif }; static struct platform_device msm_device_kgsl = { -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html