projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe736a
)
configs: rockchip: rock960: enable pmic and regulator commands
author
Peter Robinson
<pbrobinson@gmail.com>
Mon, 1 Jul 2019 16:05:51 +0000
(17:05 +0100)
committer
Kever Yang
<kever.yang@rock-chips.com>
Fri, 19 Jul 2019 03:11:09 +0000
(11:11 +0800)
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>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
configs/rock960-rk3399_defconfig
patch
|
blob
|
history
diff --git
a/configs/rock960-rk3399_defconfig
b/configs/rock960-rk3399_defconfig
index 1aa986e9cd7aa4c1c359e1044f7dea3ee25f5d72..2381f0cd7ec6358c15cef7e3ac230898147bda15 100644
(file)
--- 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