[U-Boot] [PATCH 3/4] board: amlogic: select PWRSEQ for all amlogic platform
Neil Armstrong
narmstrong at baylibre.com
Wed Nov 27 12:56:08 UTC 2019
On 26/11/2019 22:12, Anand Moon wrote:
> commit a10388dc6982 ("mmc: meson-gx: add support for mmc-pwrseq-emmc")
> introduce CONFIG_PWESEQ for power sequence for eMMC module on
> amlogic platform, so enable this to all amlogic boards.
>
> Signed-off-by: Anand Moon <linux.amoon at gmail.com>
> ---
> 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 e29e4c0acc..513a33dae2 100644
> --- a/arch/arm/mach-meson/Kconfig
> +++ b/arch/arm/mach-meson/Kconfig
> @@ -8,6 +8,7 @@ config MESON64_COMMON
> select DM_SERIAL
> select SYSCON
> select REGMAP
> + select PWRSEQ
> select BOARD_LATE_INIT
> imply CMD_DM
>
>
Reviewed-by: Neil Armstrong <narmstrong at baylibre.com>
More information about the U-Boot
mailing list