Disable DMA on UART0/1. DMA is broken on Designware UARTs.

This commit is contained in:
Sorgelig
2021-08-20 01:43:42 +08:00
parent e38a8ab188
commit 72247f5502

View File

@@ -157,10 +157,14 @@
};
&uart0 {
/delete-property/dmas;
/delete-property/dma-names;
status = "okay";
};
&uart1 {
/delete-property/dmas;
/delete-property/dma-names;
status = "okay";
};