diff mbox series

configs: j784s4: Enable RTC emulation

Message ID 20240531223212.2619317-1-j-humphreys@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series configs: j784s4: Enable RTC emulation | expand

Commit Message

Jonathan Humphreys May 31, 2024, 10:32 p.m. UTC
Enable RTC emulation for System Ready IR tests.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
---
 configs/j784s4_evm_a72_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini June 14, 2024, 2:58 p.m. UTC | #1
On Fri, May 31, 2024 at 05:32:12PM -0500, Jonathan Humphreys wrote:

> Enable RTC emulation for System Ready IR tests.
> 
> Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
> ---
>  configs/j784s4_evm_a72_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Please rebase on top of current -next, thanks.
diff mbox series

Patch

diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig
index 665aa39a6bf..8ef50f690fb 100644
--- a/configs/j784s4_evm_a72_defconfig
+++ b/configs/j784s4_evm_a72_defconfig
@@ -138,6 +138,8 @@  CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_RAM=y
 CONFIG_SPL_RAM=y
 CONFIG_RESET_TI_SCI=y
+CONFIG_DM_RTC=y
+CONFIG_RTC_EMULATION=y
 CONFIG_SCSI=y
 CONFIG_DM_SERIAL=y
 CONFIG_SOC_DEVICE=y
@@ -150,3 +152,4 @@  CONFIG_SYSRESET=y
 CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_TI_SCI=y
 CONFIG_DM_THERMAL=y
+CONFIG_EFI_SET_TIME=y