diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-03-07 18:17:31 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 22:48:14 +0300 |
commit | 27701fc2517e7653b756d524ec7428e88df0efa3 (patch) | |
tree | 9cb6b3b70ad34c26028b50f9948476e876add807 /arch/arm/boot/dts/dra7-evm.dts | |
parent | 0c92de2cd56d856af7ab3c82c8f46bb854b81c13 (diff) | |
download | linux-27701fc2517e7653b756d524ec7428e88df0efa3.tar.xz |
ARM: dts: dra7-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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 074d70b191e2..a7b4707a0d05 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -904,6 +904,8 @@ serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */ 1 2 0 0 >; + tx-num-evt = <32>; + rx-num-evt = <32>; }; &mailbox5 { |