msm: acpuclock-8930aa: Add support for MSM8930AA
8930AA support higher cpu frequencies than 8930. Add this
support in this patch.
Change-Id: I6dd40f5f33553c4f13a54df3ed37acf1e32d6546
Signed-off-by: Tianyi Gou <tgou@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8930.c b/arch/arm/mach-msm/board-8930.c
index 2b62eb0..9110849 100644
--- a/arch/arm/mach-msm/board-8930.c
+++ b/arch/arm/mach-msm/board-8930.c
@@ -2572,8 +2572,10 @@
platform_add_devices(msm8930_footswitch, msm8930_num_footswitch);
if (cpu_is_msm8627())
platform_device_register(&msm8627_device_acpuclk);
- else if (cpu_is_msm8930() || cpu_is_msm8930aa())
+ else if (cpu_is_msm8930())
platform_device_register(&msm8930_device_acpuclk);
+ else if (cpu_is_msm8930aa())
+ platform_device_register(&msm8930aa_device_acpuclk);
platform_add_devices(common_devices, ARRAY_SIZE(common_devices));
msm8930_add_vidc_device();
/*