002-0011-arm-dts-mt7622-force-high-speed-mode-for-uart.patch 869 B

1234567891011121314151617181920212223242526
  1. From 893368e64049fd770e55fffcc8758d2619dc337d Mon Sep 17 00:00:00 2001
  2. From: Weijie Gao <[email protected]>
  3. Date: Mon, 25 Jul 2022 16:33:13 +0800
  4. Subject: [PATCH 11/31] arm: dts: mt7622: force high-speed mode for uart
  5. The input clock for uart is too slow (25MHz) which introduces frequent data
  6. error on both receiving and transmitting even if the baudrate is 115200.
  7. Using high-speed can significantly solve this issue.
  8. Reviewed-by: Simon Glass <[email protected]>
  9. Signed-off-by: Weijie Gao <[email protected]>
  10. ---
  11. arch/arm/dts/mt7622.dtsi | 1 +
  12. 1 file changed, 1 insertion(+)
  13. --- a/arch/arm/dts/mt7622.dtsi
  14. +++ b/arch/arm/dts/mt7622.dtsi
  15. @@ -191,6 +191,7 @@
  16. status = "disabled";
  17. assigned-clocks = <&topckgen CLK_TOP_AXI_SEL>;
  18. assigned-clock-parents = <&topckgen CLK_TOP_SYSPLL1_D2>;
  19. + mediatek,force-highspeed;
  20. };
  21. mmc0: mmc@11230000 {