From patchwork Mon Dec 12 03:42:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/7] arm/imx: add cpu_voltage to cpu_op Date: Sun, 11 Dec 2011 17:42:30 -0000 From: Richard Zhao X-Patchwork-Id: 130633 Message-Id: <1323661352-10291-6-git-send-email-richard.zhao@linaro.org> To: Cc: fabio.estevam@freescale.com, patches@linaro.org, eric.miao@linaro.org, kernel@pengutronix.de, shawn.guo@linaro.org, Richard Zhao Help cpu_op table have cpu_voltage info and cpufreq driver to change cpu voltage. Signed-off-by: Richard Zhao --- arch/arm/plat-mxc/include/mach/mxc.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h index a4d36d6..1ff7fe7 100644 --- a/arch/arm/plat-mxc/include/mach/mxc.h +++ b/arch/arm/plat-mxc/include/mach/mxc.h @@ -166,6 +166,7 @@ extern unsigned int __mxc_cpu_type; struct cpu_op { u32 cpu_rate; + int cpu_voltage; }; int tzic_enable_wake(int is_idle);