0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-01 21:42:32 +00:00
Lakka-LibreELEC/projects/Rockchip/patches/atf/0001-rk3399-atf-fix-baud.patch
2022-09-12 08:21:01 +00:00

14 lines
588 B
Diff

diff --git a/plat/rockchip/rk3399/rk3399_def.h b/plat/rockchip/rk3399/rk3399_def.h
index ba83242ebe..8d6ecfbe66 100644
--- a/plat/rockchip/rk3399/rk3399_def.h
+++ b/plat/rockchip/rk3399/rk3399_def.h
@@ -17,7 +17,7 @@
/**************************************************************************
* UART related constants
**************************************************************************/
-#define RK3399_BAUDRATE 115200
+#define RK3399_BAUDRATE 1500000
#define RK3399_UART_CLOCK 24000000
/******************************************************************************