ARM: dts: am335x-evmsk: Enable the McASP FIFO for audio
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 3 Jul 2014 09:51:23 +0000 (12:51 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 7 Jul 2014 12:00:53 +0000 (05:00 -0700)
The use of FIFO in McASP can reduce the risk of audio under/overrun and
lowers the load on the memories since the DMA will operate in bursts.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-evmsk.dts

index ab9a34ce524c8d2ac3e37c8a25785c78e0c73356..80a3b215e7d63c1b669c7d6fc2ad6777609e5ede 100644 (file)
                serial-dir = <  /* 0: INACTIVE, 1: TX, 2: RX */
                        0 0 1 2
                >;
-               tx-num-evt = <1>;
-               rx-num-evt = <1>;
+               tx-num-evt = <32>;
+               rx-num-evt = <32>;
 };
 
 &tscadc {