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/devices-8930.c b/arch/arm/mach-msm/devices-8930.c
index f9a5093..ffa3c38 100644
--- a/arch/arm/mach-msm/devices-8930.c
+++ b/arch/arm/mach-msm/devices-8930.c
@@ -391,6 +391,11 @@
.id = -1,
};
+struct platform_device msm8930aa_device_acpuclk = {
+ .name = "acpuclk-8930aa",
+ .id = -1,
+};
+
static struct fs_driver_data gfx3d_fs_data = {
.clks = (struct fs_clk_data[]){
{ .name = "core_clk", .reset_rate = 27000000 },