commit | 08441575905a69d34a9bebc1d2672aa89a3c3f32 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Wed Sep 25 17:45:20 2019 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Oct 25 17:20:44 2019 +0200 |
tree | 05225148bf141de228e952933e8362635bfe07b6 | |
parent | a799f398c272ea2842965068ecc6720a5441cebe [diff] |
dts: mtmips: enable high-speed UART support for mt7628 All three UARTs of mt7628 are actually MediaTek's high-speed UARTs which support baudrate up to 921600. The high-speed UART is compatible with ns16550 when baudrate <= 115200. Add compatible string to dtsi file so u-boot can use it when serial_mtk driver is built in. Reviewed-by: Stefan Roese <sr@denx.de>