fix uart1 overloader(delete uart1 dma) : 1.uart1 dma configuration error 2.if use uart1 dma,uart5 will reminder: dma error,use normal
This commit is contained in:
parent
df4488c95c
commit
056de8d721
@ -824,8 +824,8 @@
|
||||
clock-names = "baudclk", "apb_pclk";
|
||||
reg-shift = <2>;
|
||||
reg-io-width = <4>;
|
||||
dmas = <&dmac 4>, <&dmac 5>;
|
||||
dma-names = "tx","rx";
|
||||
//dmas = <&dmac 2>, <&dmac 3>;
|
||||
// dma-names = "tx","rx";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts>;
|
||||
status = "disabled";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user