2014-01-08 01:44:46

by John Tobias

[permalink] [raw]
Subject: [PATCH] ARM: imx: select ARCH_HAS_CPUFREQ for iMX6SL

iMX6SL now supported the cpufreq scaling by re-using the imx6q-cpufreq driver.
By adding it, the user has the capability to select the said driver without
depending it to SOC_IMX6Q.

Signed-off-by: John Tobias <[email protected]>
---
arch/arm/mach-imx/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 7a6e6f7..704e5ae 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -808,6 +808,7 @@ config SOC_IMX6Q

config SOC_IMX6SL
bool "i.MX6 SoloLite support"
+ select ARCH_HAS_CPUFREQ
select ARM_ERRATA_754322
select ARM_ERRATA_775420
select ARM_GIC
--
1.8.3.2


2014-01-08 01:59:39

by John Tobias

[permalink] [raw]
Subject: Re: [PATCH] ARM: imx: select ARCH_HAS_CPUFREQ for iMX6SL

Cc'd Shawn Guo.

On Tue, Jan 7, 2014 at 5:44 PM, John Tobias <[email protected]> wrote:
> iMX6SL now supported the cpufreq scaling by re-using the imx6q-cpufreq driver.
> By adding it, the user has the capability to select the said driver without
> depending it to SOC_IMX6Q.
>
> Signed-off-by: John Tobias <[email protected]>
> ---
> arch/arm/mach-imx/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 7a6e6f7..704e5ae 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -808,6 +808,7 @@ config SOC_IMX6Q
>
> config SOC_IMX6SL
> bool "i.MX6 SoloLite support"
> + select ARCH_HAS_CPUFREQ
> select ARM_ERRATA_754322
> select ARM_ERRATA_775420
> select ARM_GIC
> --
> 1.8.3.2
>