[PATCH] configs: j784s4: Enable RTC emulation

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(+)
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

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.
participants (2)
-
Jonathan Humphreys
-
Tom Rini