*H6 DMA support IS REQUIRED* Allwinner H6 SoC has a SPDIF controller called One Wire Audio (OWA) which is different from the previous H3 generation but still compatible. Difference are an increase of fifo sizes and there is now the possibility to output the master clock on a pin. Also this series require the DMA working on H6, a first version has been submitted by Jernej Škrabec but is not yet accepted (as this moment): https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=89011 This patch has been tested on Beelink GS1 on top of sunxi/for-next with the series above applied. Clément Péron (4): dt-bindings: sound: sun4i-spdif: Add Allwinner H6 compatible arm64: dts: allwinner: Add SPDIF node for Allwinner H6 arm64: dts: allwinner: h6: Enable SPDIF for Beelink GS1 arm64: defconfig: Enable Sun4i SPDIF module .../bindings/sound/sunxi,sun4i-spdif.txt | 3 +- .../dts/allwinner/sun50i-h6-beelink-gs1.dts | 4 ++ arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 39 +++++++++++++++++++ arch/arm64/configs/defconfig | 1 + 4 files changed, 46 insertions(+), 1 deletion(-) -- 2.17.1