23 lines
939 B
Diff
23 lines
939 B
Diff
From b3fc3a853b8357afd3a010a765072d27f640f5e8 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= <andrius@stikonas.eu>
|
|
Date: Sat, 14 Sep 2019 11:09:01 +0100
|
|
Subject: [PATCH] Increase BAUD_RATE to 1500000, so that it matches U-Boot and
|
|
kernel.
|
|
|
|
---
|
|
plat/rockchip/rk3399/rk3399_def.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/plat/rockchip/rk3399/rk3399_def.h b/plat/rockchip/rk3399/rk3399_def.h
|
|
index ba83242e..8d6ecfbe 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
|
|
|
|
/******************************************************************************
|