From: Marcus Cooper Date: Fri, 27 Jan 2017 15:48:07 +0000 (+0100) Subject: ARM: dts: sun8i-h3: Add the SPDIF block to the H3 X-Git-Tag: v4.11-rc1~87^2~4^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b91a391204a040b3e1cd7b2c9bd8213dd9dec65d;p=karo-tx-linux.git ARM: dts: sun8i-h3: Add the SPDIF block to the H3 Add the SPDIF transceiver controller block to the H3 dtsi. Signed-off-by: Marcus Cooper Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi index 6e250bd9a8a9..48f9a0419b82 100644 --- a/arch/arm/boot/dts/sun8i-h3.dtsi +++ b/arch/arm/boot/dts/sun8i-h3.dtsi @@ -462,6 +462,19 @@ interrupts = ; }; + spdif: spdif@01c21000 { + #sound-dai-cells = <0>; + compatible = "allwinner,sun8i-h3-spdif"; + reg = <0x01c21000 0x400>; + interrupts = ; + clocks = <&ccu CLK_BUS_SPDIF>, <&ccu CLK_SPDIF>; + resets = <&ccu RST_BUS_SPDIF>; + clock-names = "apb", "spdif"; + dmas = <&dma 2>; + dma-names = "tx"; + status = "disabled"; + }; + pwm: pwm@01c21400 { compatible = "allwinner,sun8i-h3-pwm"; reg = <0x01c21400 0x8>;