public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anand Moon <linux.amoon@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/4] board: amlogic: select PWRSEQ for all amlogic platform
Date: Tue, 26 Nov 2019 21:12:05 +0000	[thread overview]
Message-ID: <20191126211206.4537-4-linux.amoon@gmail.com> (raw)
In-Reply-To: <20191126211206.4537-1-linux.amoon@gmail.com>

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@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
 
-- 
2.24.0

  parent reply	other threads:[~2019-11-26 21:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 21:12 [U-Boot] [PATCH 0/4] Odroid n2 using eMMC would fail to boot up Anand Moon
2019-11-26 21:12 ` [U-Boot] [PATCH 1/4] mmc: meson-gx: Fix tx phase in the tuning process Anand Moon
2019-11-27 13:00   ` Neil Armstrong
2019-11-27 14:42     ` Anand Moon
2019-12-04  9:26       ` Neil Armstrong
2019-12-20 10:10         ` Neil Armstrong
2019-12-20 18:58           ` Anand Moon
2019-12-20 18:47             ` Anand Moon
2019-12-20 19:23               ` Jerome Brunet
2019-12-21 11:30                 ` Anand Moon
2019-11-26 21:12 ` [U-Boot] [PATCH 2/4] configs: meson64: enable GIC support for G12A/G12B Anand Moon
2019-11-27 12:56   ` Neil Armstrong
2019-11-26 21:12 ` Anand Moon [this message]
2019-11-27 12:56   ` [U-Boot] [PATCH 3/4] board: amlogic: select PWRSEQ for all amlogic platform Neil Armstrong
2019-11-26 21:12 ` [U-Boot] [PATCH 4/4] board: amlogic: Add missing config option Anand Moon
2019-11-27 12:55   ` Neil Armstrong
2019-11-27 14:43     ` Anand Moon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191126211206.4537-4-linux.amoon@gmail.com \
    --to=linux.amoon@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox