Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
CodeChenL and RadxaYuntian authored Sep 5, 2024
1 parent 0f8e663 commit 327b064
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/arm64/boot/dts/rockchip/overlays/rockchip-uart-dma.dts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

/ {
metadata {
title = "Switch all UART TX to DMA mode";
title = "Enable DMA transfer mode for all UARTs";
compatible = "rockchip,rk3566", "rockchip,rk3568", "rockchip,rk3588";
category = "misc";
description = "Switch all UART TX to DMA mode";
description = "Enable DMA transfer mode for all UARTs.
DMA mode can help alleviating the CPU load when the data rate is high.
It is not necessary to enable it at low data rate, as DMA requires additional resources to set up.";
};
};

Expand Down

0 comments on commit 327b064

Please sign in to comment.