On Tue, Dec 20, 2016 at 6:40 PM, <codekipper@xxxxxxxxx> wrote: > From: Marcus Cooper <codekipper@xxxxxxxxx> > > Enable the S/PDIF transmitter that is present on the Mele I7. > > Signed-off-by: Marcus Cooper <codekipper@xxxxxxxxx> Acked-by: Chen-Yu Tsai <wens@xxxxxxxx> This patch should be ready to be merged. The associated clk and dtsi changes are already in Maxime's tree. > --- > arch/arm/boot/dts/sun6i-a31-i7.dts | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/arch/arm/boot/dts/sun6i-a31-i7.dts b/arch/arm/boot/dts/sun6i-a31-i7.dts > index a2193309a199..2bc57d2dcd80 100644 > --- a/arch/arm/boot/dts/sun6i-a31-i7.dts > +++ b/arch/arm/boot/dts/sun6i-a31-i7.dts > @@ -69,6 +69,23 @@ > gpios = <&pio 7 13 GPIO_ACTIVE_HIGH>; > }; > }; > + > + sound { > + compatible = "simple-audio-card"; > + simple-audio-card,name = "On-board SPDIF"; > + simple-audio-card,cpu { > + sound-dai = <&spdif>; > + }; > + > + simple-audio-card,codec { > + sound-dai = <&spdif_out>; > + }; > + }; > + > + spdif_out: spdif-out { > + #sound-dai-cells = <0>; > + compatible = "linux,spdif-dit"; > + }; > }; > > &codec { > @@ -138,6 +155,13 @@ > status = "okay"; > }; > > +&spdif { > + pinctrl-names = "default"; > + pinctrl-0 = <&spdif_pins_a>; > + spdif-out = "okay"; > + status = "okay"; > +}; > + > &uart0 { > pinctrl-names = "default"; > pinctrl-0 = <&uart0_pins_a>; > -- > 2.11.0 > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@xxxxxxxxxxxxxxxx. > For more options, visit https://groups.google.com/d/optout. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html