projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fff288
)
configs: sandbox64: Enable PINCTRL_SINGLE driver
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sun, 13 Aug 2023 03:32:09 +0000
(
05:32
+0200)
committer
Simon Glass
<sjg@chromium.org>
Sun, 20 Aug 2023 21:55:27 +0000
(15:55 -0600)
Align the sandbox64 defconfig with sandbox defconfig. Enable missing
PINCTRL single driver. This fixes ut_dm_dm_test_pinctrl_single test .
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox64_defconfig
patch
|
blob
|
history
diff --git
a/configs/sandbox64_defconfig
b/configs/sandbox64_defconfig
index b15b2cf099fb67ccbd24f74577fd312c95b5f69a..4612d4fc4d777be628114c6e7097abbafa08b327 100644
(file)
--- a/
configs/sandbox64_defconfig
+++ b/
configs/sandbox64_defconfig
@@
-183,6
+183,7
@@
CONFIG_PHY_SANDBOX=y
CONFIG_PINCTRL=y
CONFIG_PINCONF=y
CONFIG_PINCTRL_SANDBOX=y
+CONFIG_PINCTRL_SINGLE=y
CONFIG_POWER_DOMAIN=y
CONFIG_SANDBOX_POWER_DOMAIN=y
CONFIG_DM_PMIC=y