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/board-8064.c b/arch/arm/mach-msm/board-8064.c
index 0f1550d..187b92e 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -51,6 +51,7 @@
#include "msm_watchdog.h"
#include "board-8064.h"
+#include "acpuclock.h"
#define MSM_PMEM_ADSP_SIZE 0x7800000
#define MSM_PMEM_AUDIO_SIZE 0x2B4000
@@ -791,6 +792,7 @@
apq8064_init_mmc();
slim_register_board_info(apq8064_slim_devices,
ARRAY_SIZE(apq8064_slim_devices));
+ acpuclk_init(&acpuclk_8064_soc_data);
}
static void __init apq8064_sim_init(void)