ARM: shmobile: lager: Sound DMA support on DTS
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 4 Nov 2014 01:48:06 +0000 (17:48 -0800)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 19 Nov 2014 00:21:45 +0000 (09:21 +0900)
DMA transfer to/from SSI

     DMA
[MEM] -> [SSI]

     DMA
[MEM] <- [SSI]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7790-lager.dts

index c2b4f65..93630d0 100644 (file)
 };
 
 &ssi0 {
-       pio-transfer;
+       no-busif;
 };
 
 &ssi1 {
-       pio-transfer;
+       no-busif;
        shared-pin;
 };