Re: [PATCH V2 4/5] ARM: mach-meson: select MMC_PWRSEQ config

2021-02-22 Thread Neil Armstrong
On 16/02/2021 02:16, Jaehoon Chung wrote:
> Before time, PWRSEQ is selected since below commit.
> commit 262d34363373 ("board: amlogic: select PWRSEQ for all amlogic platform")
> Select MMC_PWRSEQ config because of introducing CONFIG_MMC_PWRSEQ for
> only eMMC module.
> 
> Signed-off-by: Jaehoon Chung 
> ---
>  arch/arm/mach-meson/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
> index 513a33dae204..6cba2c40ddaa 100644
> --- a/arch/arm/mach-meson/Kconfig
> +++ b/arch/arm/mach-meson/Kconfig
> @@ -9,6 +9,7 @@ config MESON64_COMMON
>   select SYSCON
>   select REGMAP
>   select PWRSEQ
> + select MMC_PWRSEQ
>   select BOARD_LATE_INIT
>   imply CMD_DM
>  
> 

Reviewed-by: Neil Armstrong 


[PATCH V2 4/5] ARM: mach-meson: select MMC_PWRSEQ config

2021-02-15 Thread Jaehoon Chung
Before time, PWRSEQ is selected since below commit.
commit 262d34363373 ("board: amlogic: select PWRSEQ for all amlogic platform")
Select MMC_PWRSEQ config because of introducing CONFIG_MMC_PWRSEQ for
only eMMC module.

Signed-off-by: Jaehoon Chung 
---
 arch/arm/mach-meson/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index 513a33dae204..6cba2c40ddaa 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -9,6 +9,7 @@ config MESON64_COMMON
select SYSCON
select REGMAP
select PWRSEQ
+   select MMC_PWRSEQ
select BOARD_LATE_INIT
imply CMD_DM
 
-- 
2.29.0