Commit 5ce5faa6 authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: iwg22d-sodimm: Sound DMA support via SRC on DTS

DMA transfer to/from SRC

     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 trying
SSI3 -> SRC3
SSI4 <- SRC4
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 996d68a1
......@@ -183,8 +183,8 @@ &rcar_sound {
rcar_sound,dai {
dai0 {
playback = <&ssi3>;
capture = <&ssi4>;
playback = <&ssi3 &src3>;
capture = <&ssi4 &src4>;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment