diff options
author | Enrico Leto | 2023-11-08 15:53:22 +0100 |
---|---|---|
committer | Tom Rini | 2023-11-22 19:10:04 -0500 |
commit | 437fa09673d29e1ea8a26b0c3f65f25b7f4966f3 (patch) | |
tree | ec305f7514e711ed6887ae3707a690d5cc007532 /configs/draco-thuban_defconfig | |
parent | ba0d6a284a3148e3a4edcf689829b876ccfa974e (diff) |
configs: draco: restore clock driver
Fix 'failed to get fck clock' error on boot. Add missing configs.
Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
Diffstat (limited to 'configs/draco-thuban_defconfig')
-rw-r--r-- | configs/draco-thuban_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/draco-thuban_defconfig b/configs/draco-thuban_defconfig index 226c813f391..6c03732d4a9 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 |