linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCs
@ 2013-12-20  2:12 Shawn Guo
  2013-12-20  5:12 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2013-12-20  2:12 UTC (permalink / raw)
  To: linux-arm-kernel

The imx6q-cpufreq driver nowadays is not only running on imx6q but also
other i.MX6 series SoCs like imx6dl and imx6sl.  Update Kconfig prompt
and help text to make it clear to users.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
 drivers/cpufreq/Kconfig.arm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index ce52ed9..3ba5dcc 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -79,11 +79,11 @@ config ARM_HIGHBANK_CPUFREQ
 	  If in doubt, say N.
 
 config ARM_IMX6Q_CPUFREQ
-	tristate "Freescale i.MX6Q cpufreq support"
-	depends on SOC_IMX6Q
+	tristate "Freescale i.MX6 cpufreq support"
+	depends on ARCH_MXC
 	depends on REGULATOR_ANATOP
 	help
-	  This adds cpufreq driver support for Freescale i.MX6Q SOC.
+	  This adds cpufreq driver support for Freescale i.MX6 series SoCs.
 
 	  If in doubt, say N.
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCs
  2013-12-20  2:12 [PATCH] cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCs Shawn Guo
@ 2013-12-20  5:12 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2013-12-20  5:12 UTC (permalink / raw)
  To: linux-arm-kernel

On 20 December 2013 07:42, Shawn Guo <shawn.guo@linaro.org> wrote:
> The imx6q-cpufreq driver nowadays is not only running on imx6q but also
> other i.MX6 series SoCs like imx6dl and imx6sl.  Update Kconfig prompt
> and help text to make it clear to users.
>
> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
> ---
>  drivers/cpufreq/Kconfig.arm |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index ce52ed9..3ba5dcc 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -79,11 +79,11 @@ config ARM_HIGHBANK_CPUFREQ
>           If in doubt, say N.
>
>  config ARM_IMX6Q_CPUFREQ
> -       tristate "Freescale i.MX6Q cpufreq support"
> -       depends on SOC_IMX6Q
> +       tristate "Freescale i.MX6 cpufreq support"
> +       depends on ARCH_MXC
>         depends on REGULATOR_ANATOP
>         help
> -         This adds cpufreq driver support for Freescale i.MX6Q SOC.
> +         This adds cpufreq driver support for Freescale i.MX6 series SoCs.
>
>           If in doubt, say N.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-20  5:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20  2:12 [PATCH] cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCs Shawn Guo
2013-12-20  5:12 ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).