diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-03-07 16:17:34 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 21:48:36 +0200 |
commit | 42b2274da00d924e04e39f1d5c259f0f4b113de9 (patch) | |
tree | 1b79e21f873b3cd4d9106bbc8274ff6a5305d5be /arch | |
parent | ARM: dts: am57xx-beagle-x15: Move clkout2 source selection to codec node (diff) | |
download | linux-42b2274da00d924e04e39f1d5c259f0f4b113de9.tar.xz linux-42b2274da00d924e04e39f1d5c259f0f4b113de9.zip |
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>
Diffstat (limited to 'arch')
-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 { |