diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-03-07 17:17:34 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 12:48:36 -0700 |
commit | 42b2274da00d924e04e39f1d5c259f0f4b113de9 (patch) | |
tree | 1b79e21f873b3cd4d9106bbc8274ff6a5305d5be | |
parent | e80ab5c972797d494d5305e48da6d122a74f747d (diff) |
ARM: dts: am57xx-beagle-x15: 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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts index b9c367bb614e..75d04b1bbd1b 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts @@ -813,6 +813,8 @@ serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */ 1 2 0 0 >; + tx-num-evt = <32>; + rx-num-evt = <32>; }; &mailbox5 { |