From c959c479ebda1879af5b24ce55da5bd093dca6b8 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Sat, 27 Apr 2019 11:23:20 +0530 Subject: [PATCH] arm64: versal: Adjust cpu clock for versal virtual This patch modifies cpu clock for Xilinx Versal virtual platform in order to keep same as used by QEMU. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Jolly Shah Change-Id: I169d082462d7ce94a82c62966ab9eb122c5a3fee --- plat/xilinx/versal/include/versal_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/xilinx/versal/include/versal_def.h b/plat/xilinx/versal/include/versal_def.h index c2f78882d..c08928a44 100644 --- a/plat/xilinx/versal/include/versal_def.h +++ b/plat/xilinx/versal/include/versal_def.h @@ -87,7 +87,7 @@ # define PLATFORM_NAME "Versal Virt" # define VERSAL_UART_CLOCK 25000000 # define VERSAL_UART_BAUDRATE 115200 -# define VERSAL_CPU_CLOCK 62500000 +# define VERSAL_CPU_CLOCK 2720000 #endif /* Access control register defines */ -- GitLab