diff mbox series

[6/6] configs: draco: restore clock driver

Message ID 20231108145322.302927-7-enrico.leto@siemens.com
State Accepted
Commit 437fa09673d29e1ea8a26b0c3f65f25b7f4966f3
Delegated to: Tom Rini
Headers show
Series [1/6] siemens,am335x: clean-up draco targets | expand

Commit Message

Enrico Leto Nov. 8, 2023, 2:53 p.m. UTC
Fix 'failed to get fck clock' error on boot. Add missing configs.

Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
---
 configs/draco-etamin_defconfig   | 2 ++
 configs/draco-rastaban_defconfig | 2 ++
 configs/draco-thuban_defconfig   | 2 ++
 3 files changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/configs/draco-etamin_defconfig b/configs/draco-etamin_defconfig
index 8180bb004cc..eade2297229 100644
--- a/configs/draco-etamin_defconfig
+++ b/configs/draco-etamin_defconfig
@@ -82,6 +82,8 @@  CONFIG_SPL_DM=y
 # CONFIG_SPL_BLK is not set
 CONFIG_BOOTCOUNT_LIMIT=y
 CONFIG_BOOTCOUNT_ENV=y
+CONFIG_CLK=y
+CONFIG_CLK_TI_CTRL=y
 CONFIG_DFU_NAND=y
 CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100000
 CONFIG_SYS_I2C_LEGACY=y
diff --git a/configs/draco-rastaban_defconfig b/configs/draco-rastaban_defconfig
index 539ead3d862..252cbe3d78e 100644
--- a/configs/draco-rastaban_defconfig
+++ b/configs/draco-rastaban_defconfig
@@ -80,6 +80,8 @@  CONFIG_SPL_DM=y
 # CONFIG_SPL_BLK is not set
 CONFIG_BOOTCOUNT_LIMIT=y
 CONFIG_BOOTCOUNT_ENV=y
+CONFIG_CLK=y
+CONFIG_CLK_TI_CTRL=y
 CONFIG_DFU_NAND=y
 CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100000
 CONFIG_SYS_I2C_LEGACY=y
diff --git a/configs/draco-thuban_defconfig b/configs/draco-thuban_defconfig
index f919754c2e4..d8b80b83f10 100644
--- a/configs/draco-thuban_defconfig
+++ b/configs/draco-thuban_defconfig
@@ -80,6 +80,8 @@  CONFIG_SPL_DM=y
 # CONFIG_SPL_BLK is not set
 CONFIG_BOOTCOUNT_LIMIT=y
 CONFIG_BOOTCOUNT_ENV=y
+CONFIG_CLK=y
+CONFIG_CLK_TI_CTRL=y
 CONFIG_DFU_NAND=y
 CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100000
 CONFIG_SYS_I2C_LEGACY=y