commit | 6a9a3dd9950de85f05c16a8fd32628e2c005ddb3 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Sep 09 19:59:33 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 15:09:15 2022 -0400 |
tree | 742011a9fe47481f043f1c61f13d8ceab3fafd7c | |
parent | 0dc720a1c7f1c343d25642b3117b61cd525fc8f2 [diff] |
arm: dts: mt7622: force high-speed mode for uart The input clock for uart is too slow (25MHz) which introduces frequent data error on both receiving and transmitting even if the baudrate is 115200. Using high-speed can significantly solve this issue. Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Daniel Golle <daniel@makrotopia.org>