]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Set default RTC device at start
authorMichal Simek <michal.simek@amd.com>
Tue, 12 Nov 2024 13:58:48 +0000 (14:58 +0100)
committerMichal Simek <michal.simek@amd.com>
Tue, 19 Nov 2024 14:56:44 +0000 (15:56 +0100)
For RTC to start to operate there is a need to call the driver. The simple
way to do it is to set default RTC instance which will call the probe and
do basic initialization.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/01155f1555dbd42adc618906629f5fb45754d5a4.1731419926.git.michal.simek@amd.com
board/xilinx/zynqmp/zynqmp_kria.env

index 927f398c3c38da571fe009f453da624193c0a8c9..ff3a0924de7db9678308ad2022334df82bf2100e 100644 (file)
@@ -77,6 +77,7 @@ tpm_kv260=if test ${card1_rev} = A -o ${card1_rev} = B -o ${card1_rev} = Y -o ${
 tpm_kd240=if test ${card1_rev} = A; then run tpm_reset; fi
 
 board_setup=\
+rtc dev 0; \
 zynqmp mmio_write 0xFFCA0010 0xfff 0; \
 if test ${card1_name} = SCK-KV-G; then run kv260_setup; run tpm_kv260; fi;\
 if test ${card1_name} = SCK-KR-G; then run kr260_setup; run tpm_reset; fi;\