[PATCH] ARM: OMAP2+: add missing ARCH_HAS_OPP
Nishanth Menon
nm at ti.com
Wed Jan 29 08:27:15 EST 2014
Hi Tony,
On 01/15/2014 02:00 PM, Nishanth Menon wrote:
> OMAP5, DRA7, AM43xx all have OPPs. So select the same to allow SoC
> only configuration boot to work with OPP.
>
> Reported-by: Nikhil Devshatwar <nikhil.nd at ti.com>
> Signed-off-by: Nishanth Menon <nm at ti.com>
> ---
>
> For DRA7, depends on: https://patchwork.kernel.org/patch/3465411/
Considering that dependent patch is now on linus master,
a gentle ping -> The patch does apply on latest linus master commit
0e47c969c65e213421450c31043353ebe3c67e0c
patchworks reference: https://patchwork.kernel.org/patch/3493581/
>
> arch/arm/mach-omap2/Kconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index 35c23e5..66a9c4a 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -50,6 +50,7 @@ config SOC_OMAP5
> bool "TI OMAP5"
> depends on ARCH_MULTI_V7
> select ARCH_OMAP2PLUS
> + select ARCH_HAS_OPP
> select ARM_CPU_SUSPEND if PM
> select ARM_GIC
> select CPU_V7
> @@ -63,6 +64,7 @@ config SOC_AM33XX
> bool "TI AM33XX"
> depends on ARCH_MULTI_V7
> select ARCH_OMAP2PLUS
> + select ARCH_HAS_OPP
> select ARM_CPU_SUSPEND if PM
> select CPU_V7
> select MULTI_IRQ_HANDLER
> @@ -72,6 +74,7 @@ config SOC_AM43XX
> depends on ARCH_MULTI_V7
> select CPU_V7
> select ARCH_OMAP2PLUS
> + select ARCH_HAS_OPP
> select MULTI_IRQ_HANDLER
> select ARM_GIC
> select MACH_OMAP_GENERIC
> @@ -80,6 +83,7 @@ config SOC_DRA7XX
> bool "TI DRA7XX"
> depends on ARCH_MULTI_V7
> select ARCH_OMAP2PLUS
> + select ARCH_HAS_OPP
> select ARM_CPU_SUSPEND if PM
> select ARM_GIC
> select CPU_V7
>
--
Regards,
Nishanth Menon
More information about the linux-arm-kernel
mailing list