ARM: dts: gose: enable sound DMA support via SRC in device tree
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 2 Dec 2015 07:57:33 +0000 (16:57 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 29 Jan 2016 00:28:43 +0000 (09:28 +0900)
Enable DMA transfer to/from SRC in r8a7793/gose device tree.

     DMA      DMApp
[MEM] -> [SRC] -> [SSIU] -> [SSI]

     DMA      DMApp
[MEM] <- [SRC] <- [SSIU] <- [SSI]

Current sound driver is supporting
SSI/SRC random connection.
So, this patch is tring
SSI0 -> SRC2
SSI1 <- SRC3

Based on similar work for the r8a7791/koeslch by Kuninori Morimoto.

Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7793-gose.dts

index 81bfe94..17c87fe 100644 (file)
 
        rcar_sound,dai {
                dai0 {
-                       playback = <&ssi0>;
-                       capture  = <&ssi1>;
+                       playback = <&ssi0 &src2>;
+                       capture  = <&ssi1 &src3>;
                };
        };
 };