cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulator
authorAnson Huang <b20788@freescale.com>
Fri, 20 Jun 2014 07:42:18 +0000 (15:42 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 21 Jul 2014 11:43:19 +0000 (13:43 +0200)
commit22d0628a226c9864fabd621ef2bf64c841219b46
tree5a53d3fb71d1702eb83a510d821e34856fd13762
parent78e2708691e9289f97750eb71aca31b5a2973d94
cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulator

PU regulator is not a necessary regulator for cpufreq, not all
i.MX6 SoCs have PU regulator, only if SOC has PU regulator, then its
voltage must be equal to SOC regulator, so remove the dependency
to support i.MX6SX which has no PU regulator.

Signed-off-by: Anson Huang <b20788@freescale.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/imx6q-cpufreq.c