projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d5d7e2
)
configs: sandbox64: Enable clock CCF driver
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sun, 13 Aug 2023 19:50:29 +0000
(21:50 +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
CCF and Sandbox CCF drivers. This fixes ut_dm_dm_test_clk_ccf 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 1db69ec65c7052d1f6d2685424a1554ec176b56e..933c9e958106f08fd35b46e887ba3dbc8e6613cd 100644
(file)
--- a/
configs/sandbox64_defconfig
+++ b/
configs/sandbox64_defconfig
@@
-127,8
+127,10
@@
CONFIG_BUTTON=y
CONFIG_BUTTON_ADC=y
CONFIG_BUTTON_GPIO=y
CONFIG_CLK=y
+CONFIG_CLK_COMPOSITE_CCF=y
CONFIG_CLK_K210=y
CONFIG_CLK_K210_SET_RATE=y
+CONFIG_SANDBOX_CLK_CCF=y
CONFIG_CPU=y
CONFIG_DM_DEMO=y
CONFIG_DM_DEMO_SIMPLE=y