Commit 6cfec12f authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren

ARM: dts: dra72-evm: Enable AFIFO use for McASP3

Since we switched to use eDMA we can now safely enable the FIFO in McASP.
This will reduce the chance of McASP level under/overflow.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 27701fc2
...@@ -834,6 +834,8 @@ &mcasp3 { ...@@ -834,6 +834,8 @@ &mcasp3 {
serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */ serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
1 2 0 0 1 2 0 0
>; >;
tx-num-evt = <32>;
rx-num-evt = <32>;
}; };
&mailbox5 { &mailbox5 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment