mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 21:06:01 +01:00
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> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
parent
3b17f2e2c2
commit
bc15e30346
@ -175,6 +175,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
assigned-clocks = <&topckgen CLK_TOP_AXI_SEL>;
|
assigned-clocks = <&topckgen CLK_TOP_AXI_SEL>;
|
||||||
assigned-clock-parents = <&topckgen CLK_TOP_SYSPLL1_D2>;
|
assigned-clock-parents = <&topckgen CLK_TOP_SYSPLL1_D2>;
|
||||||
|
mediatek,force-highspeed;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc0: mmc@11230000 {
|
mmc0: mmc@11230000 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user