feat(rockchip): update uart baudrate for rk3399

Set the UART baudrate to 1500000 since that is what the ROM code and
other components use. This reverts the change of baudrate in the commit
0c05748bde ("rockchip: fixes for the required") and enables logging
from BL31 and OP-TEE during boot and after the kernel has booted.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Change-Id: I5b5db25b069f3676ebb9dba2fa778601e05f1334
This commit is contained in:
Jens Wiklander 2025-02-12 09:45:48 +01:00
parent 613892cfef
commit 6d7f1d4945

View file

@ -17,7 +17,7 @@
/************************************************************************** /**************************************************************************
* UART related constants * UART related constants
**************************************************************************/ **************************************************************************/
#define RK3399_BAUDRATE 115200 #define RK3399_BAUDRATE 1500000
#define RK3399_UART_CLOCK 24000000 #define RK3399_UART_CLOCK 24000000
/****************************************************************************** /******************************************************************************