From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/6] configs: rockchip: rock960: enable pmic and regulator commands
Date: Mon, 1 Jul 2019 17:05:51 +0100 [thread overview]
Message-ID: <20190701160554.18688-4-pbrobinson@gmail.com> (raw)
In-Reply-To: <20190701160554.18688-1-pbrobinson@gmail.com>
We have both PMIC and Regulator functionality so it's useful to
be able to see output and debug with the commands enabled.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
configs/rock960-rk3399_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/rock960-rk3399_defconfig b/configs/rock960-rk3399_defconfig
index 1aa986e9cd..2381f0cd7e 100644
--- a/configs/rock960-rk3399_defconfig
+++ b/configs/rock960-rk3399_defconfig
@@ -21,6 +21,8 @@ CONFIG_SYS_PROMPT="rock960 => "
CONFIG_CMD_BOOTZ=y
CONFIG_CMD_GPT=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TIME=y
--
2.21.0
next prev parent reply other threads:[~2019-07-01 16:05 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-01 16:05 [U-Boot] Improvements to Rock960 Peter Robinson
2019-07-01 16:05 ` [U-Boot] [PATCH 1/6] arm64: rockchip: rock960: sync dts files from Linux 5.2-rc6 Peter Robinson
2019-07-02 2:06 ` Kever Yang
2019-07-15 13:24 ` [U-Boot] [PATCH 1/6] arm64: rockchip: rock960: sync dts files from Linux 5.2-rc6【请注意,邮件由u-boot-bounces@lists.denx.de代发】 Kever Yang
2019-07-03 1:24 ` [U-Boot] [PATCH 1/6] arm64: rockchip: rock960: sync dts files from Linux 5.2-rc6 Mani
2019-07-01 16:05 ` [U-Boot] [PATCH 2/6] configs: rockchip: rock960: drop options for non-existent HW Peter Robinson
2019-07-02 2:07 ` Kever Yang
2019-07-15 13:24 ` Kever Yang
2019-07-03 1:25 ` Mani
2019-07-01 16:05 ` Peter Robinson [this message]
2019-07-02 2:07 ` [U-Boot] [PATCH 3/6] configs: rockchip: rock960: enable pmic and regulator commands Kever Yang
2019-07-15 13:24 ` Kever Yang
2019-07-03 1:25 ` Mani
2019-07-01 16:05 ` [U-Boot] [PATCH 4/6] configs: rockchip: rock960: enable DMA for SDHCI controller Peter Robinson
2019-07-02 2:07 ` Kever Yang
2019-07-15 13:24 ` Kever Yang
2019-07-03 1:27 ` Mani
2019-07-01 16:05 ` [U-Boot] [PATCH 5/6] configs: rockchip: rock960: Add support for USB ethernet adapters Peter Robinson
2019-07-02 2:07 ` Kever Yang
2019-07-15 13:25 ` Kever Yang
2019-07-03 1:27 ` Mani
2019-07-01 16:05 ` [U-Boot] [PATCH 6/6] configs: rockchip: rock960: enable USB3 support Peter Robinson
2019-07-02 2:07 ` Kever Yang
2019-07-15 13:25 ` [U-Boot] [PATCH 6/6] configs: rockchip: rock960: enable USB3 support【请注意,邮件由u-boot-bounces@lists.denx.de代发】 support Kever Yang
2019-07-03 1:27 ` [U-Boot] [PATCH 6/6] configs: rockchip: rock960: enable USB3 support Mani
2019-07-03 1:30 ` [U-Boot] Improvements to Rock960 Mani
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=20190701160554.18688-4-pbrobinson@gmail.com \
--to=pbrobinson@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