mirror of https://gitee.com/openkylin/linux.git
ARM: dts: gose: enable sound DMA support via BUSIF in device tree
Enable DMA transfer to/from SSIU in gose/r8a7791 device tree. DMA [MEM] -> [SSIU] -> [SSI] DMA [MEM] <- [SSIU] <- [SSI] Based on similar work for the r8a7791/koelsch 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>
This commit is contained in:
parent
96c1b8d850
commit
402586d0cc
|
@ -407,11 +407,6 @@ dai0 {
|
|||
};
|
||||
};
|
||||
|
||||
&ssi0 {
|
||||
no-busif;
|
||||
};
|
||||
|
||||
&ssi1 {
|
||||
no-busif;
|
||||
shared-pin;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue