From: Anand Moon Date: Thu, 26 Dec 2019 11:33:53 +0000 (+0000) Subject: board: amlogic: select PWRSEQ for all amlogic platform X-Git-Tag: v2020.04-rc1~35^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=262d34363373c10a00279036c1561283c30495c2;p=oweals%2Fu-boot.git board: amlogic: select PWRSEQ for all amlogic platform commit a10388dc6982 ("mmc: meson-gx: add support for mmc-pwrseq-emmc") introduce CONFIG_PWRSEQ for power sequence for eMMC module on amlogic platform, so enable this to all amlogic boards. Signed-off-by: Anand Moon Reviewed-by: Neil Armstrong Signed-off-by: Neil Armstrong --- 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