From patchwork Tue Dec 13 06:25:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2,5/7] arm/imx: add cpu_voltage to cpu_op From: Richard Zhao X-Patchwork-Id: 130999 Message-Id: <1323757530-19402-6-git-send-email-richard.zhao@linaro.org> To: Cc: fabio.estevam@freescale.com, robert.lee@linaro.org, eric.miao@linaro.org, kernel@pengutronix.de, shawn.guo@linaro.org, richard.zhao@linaro.org Date: Tue, 13 Dec 2011 14:25:28 +0800 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);