mips: mtmips: change baudrate table for all boards
authorWeijie Gao <weijie.gao@mediatek.com>
Wed, 25 Sep 2019 09:45:42 +0000 (17:45 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 25 Oct 2019 15:20:44 +0000 (17:20 +0200)
This patch changes baudrate table for all boards preparing for using mtk
highspeed uart driver.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
include/configs/gardena-smart-gateway-mt7688.h
include/configs/linkit-smart-7688.h

index b3b89d2ab9e962a00cc606ba77b6afe8f8ef43b2..e83a96ad5e1fff73b86063faa28c6fea6e5ecee6 100644 (file)
@@ -22,7 +22,7 @@
 
 /* UART */
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, \
-                                         230400, 500000, 1500000 }
+                                         230400, 460800, 921600 }
 
 /* RAM */
 #define CONFIG_SYS_MEMTEST_START       0x80100000
index 2adf38545a062757db8078f924d4c64ae8c3c768..4d30d98abfaea562068ded07443f10be1284a3a2 100644 (file)
@@ -22,7 +22,7 @@
 
 /* UART */
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, \
-                                         230400, 500000, 1500000 }
+                                         230400, 460800, 921600 }
 
 /* RAM */
 #define CONFIG_SYS_MEMTEST_START       0x80100000