All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anand Moon <linux.amoon@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCHv2 3/3] board: amlogic: select PWRSEQ for all amlogic platform
Date: Tue, 24 Dec 2019 13:25:51 +0000	[thread overview]
Message-ID: <20191224132551.1427-4-linux.amoon@gmail.com> (raw)
In-Reply-To: <20191224132551.1427-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>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
---
no changes
---
 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.1

WARNING: multiple messages have this Message-ID (diff)
From: Anand Moon <linux.amoon@gmail.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
	Peng Fan <peng.fan@nxp.com>, Jerome Brunet <jbrunet@baylibre.com>,
	u-boot-amlogic@groups.io, u-boot@lists.denx.de
Subject: [U-Boot] [PATCHv2 3/3] board: amlogic: select PWRSEQ for all amlogic platform
Date: Tue, 24 Dec 2019 13:25:51 +0000	[thread overview]
Message-ID: <20191224132551.1427-4-linux.amoon@gmail.com> (raw)
In-Reply-To: <20191224132551.1427-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>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
---
no changes
---
 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.1


  parent reply	other threads:[~2019-12-24 13:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-24 13:25 [U-Boot] [PATCHv2 0/3] Odroid n2 using eMMC would fail to boot up Anand Moon
2019-12-24 13:25 ` Anand Moon
2019-12-24 13:25 ` [U-Boot] [PATCHv2 1/3] mmc: meson-gx: Fix clk phase tuning for MMC Anand Moon
2019-12-24 13:25   ` Anand Moon
2019-12-26  9:10   ` Jerome Brunet
2019-12-26  9:10     ` Jerome Brunet
2019-12-26  9:30     ` Anand Moon
2019-12-26  9:30       ` Anand Moon
2019-12-24 13:25 ` [U-Boot] [PATCHv2 2/3] configs: meson64: enable GIC support for G12A/G12B Anand Moon
2019-12-24 13:25   ` Anand Moon
2019-12-24 13:25 ` Anand Moon [this message]
2019-12-24 13:25   ` [U-Boot] [PATCHv2 3/3] board: amlogic: select PWRSEQ for all amlogic platform 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=20191224132551.1427-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.