msm: acpuclock-8960: Activate 8064 acpu frequency scaling
Do the following to enable the acpuclock driver
on the 8064:
1. Add new regulator consumer entries for krait2
and krait3.
2. Remove cpu_is_* calls thus enabling bus and
voltage scaling calls on the 8064.
3. Remove the stub in the cpufreq driver that
prevents it from initializing on the 8064.
4. Add a call to the acpuclock init function in
the 8064 board file, after the bus driver's
init call.
Change-Id: I4f47f51241826b4056b40b012e964a9527db58f5
Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>
diff --git a/arch/arm/mach-msm/acpuclock.h b/arch/arm/mach-msm/acpuclock.h
index 6ea691b..ef6c359 100644
--- a/arch/arm/mach-msm/acpuclock.h
+++ b/arch/arm/mach-msm/acpuclock.h
@@ -2,7 +2,7 @@
* MSM architecture CPU clock driver header
*
* Copyright (C) 2007 Google, Inc.
- * Copyright (c) 2007-2011, Code Aurora Forum. All rights reserved.
+ * Copyright (c) 2007-2012, Code Aurora Forum. All rights reserved.
* Author: San Mehat <san@android.com>
*
* This software is licensed under the terms of the GNU General Public
@@ -109,5 +109,6 @@
extern struct acpuclk_soc_data acpuclk_9xxx_soc_data;
extern struct acpuclk_soc_data acpuclk_9615_soc_data;
extern struct acpuclk_soc_data acpuclk_8930_soc_data;
+extern struct acpuclk_soc_data acpuclk_8064_soc_data;
#endif