diff mbox series

[v2] configs: j784s4: Enable RTC emulation

Message ID 20240614155118.2606211-1-j-humphreys@ti.com
State Accepted
Commit eda78690bfdfb51ac01debf9dfa0530ccb0645f8
Delegated to: Tom Rini
Headers show
Series [v2] configs: j784s4: Enable RTC emulation | expand

Commit Message

Jonathan Humphreys June 14, 2024, 3:51 p.m. UTC
Enable RTC emulation for System Ready IR tests.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
---

Changes from v1:
 - Rebased on latest -next
 Link to v1: https://lore.kernel.org/r/20240531223057.2619261-1-j-humphreys@ti.com

 configs/j784s4_evm_a72_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini June 18, 2024, 6:57 p.m. UTC | #1
On Fri, 14 Jun 2024 10:51:18 -0500, Jonathan Humphreys wrote:

> Enable RTC emulation for System Ready IR tests.
> 
> 

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig
index bb2a21f888b..2aa16eb7270 100644
--- a/configs/j784s4_evm_a72_defconfig
+++ b/configs/j784s4_evm_a72_defconfig
@@ -143,6 +143,8 @@  CONFIG_SPL_RAM=y
 CONFIG_REMOTEPROC_TI_K3_DSP=y
 CONFIG_REMOTEPROC_TI_K3_R5F=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
@@ -155,3 +157,4 @@  CONFIG_SYSRESET=y
 CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_TI_SCI=y
 CONFIG_DM_THERMAL=y
+CONFIG_EFI_SET_TIME=y