Support for Marvell MMP ARMv5 platforms depends on ARCH_MULTI_V5, and
thus on ARCH_MULTIPLATFORM.
As the latter selects COMMON_CLK, there is no need for MACH_MMP_DT to
select COMMON_CLK.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Lubomir Rintel <[email protected]>
---
All patches in this series are independent of each other.
Cover letter at https://lore.kernel.org/r/[email protected]
arch/arm/mach-mmp/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index b58a03b18bdef14c..6fe1550f43ec6aef 100644
--- a/arch/arm/mach-mmp/Kconfig
+++ b/arch/arm/mach-mmp/Kconfig
@@ -110,7 +110,6 @@ config MACH_MMP_DT
depends on ARCH_MULTI_V5
select PINCTRL
select PINCTRL_SINGLE
- select COMMON_CLK
select ARCH_HAS_RESET_CONTROLLER
select CPU_MOHAWK
help
--
2.17.1
On Tue, Jan 21, 2020 at 11:37:15AM +0100, Geert Uytterhoeven wrote:
> Support for Marvell MMP ARMv5 platforms depends on ARCH_MULTI_V5, and
> thus on ARCH_MULTIPLATFORM.
> As the latter selects COMMON_CLK, there is no need for MACH_MMP_DT to
> select COMMON_CLK.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> Cc: Lubomir Rintel <[email protected]>
Acked-by: Lubomir Rintel <[email protected]>
Thank you
Lubo
> ---
> All patches in this series are independent of each other.
> Cover letter at https://lore.kernel.org/r/[email protected]
>
> arch/arm/mach-mmp/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
> index b58a03b18bdef14c..6fe1550f43ec6aef 100644
> --- a/arch/arm/mach-mmp/Kconfig
> +++ b/arch/arm/mach-mmp/Kconfig
> @@ -110,7 +110,6 @@ config MACH_MMP_DT
> depends on ARCH_MULTI_V5
> select PINCTRL
> select PINCTRL_SINGLE
> - select COMMON_CLK
> select ARCH_HAS_RESET_CONTROLLER
> select CPU_MOHAWK
> help
> --
> 2.17.1
>