mbox series

[0/3] arm64: dts: meson-axg: add spdif input

Message ID 20181213143631.19218-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: meson-axg: add spdif input | expand

Message

Jerome Brunet Dec. 13, 2018, 2:36 p.m. UTC
This patchset adds spdif input support to the axg SoC family and the
s400 reference design.

Kevin, ASoC support for this spdif input (including the binding doc) just
got merged in the ASoC tree [0]. Until the related patches hit mainline,
you may get a warning about using undocumented bindings.

[0]: https://lkml.kernel.org/r/20181213120843.876CB11254D1@debutante.sirena.org.uk

Jerome Brunet (3):
  arm64: dts: meson-axg: add spdifin
  arm64: dts: meson-axg: s400: add spdif-dir codec
  arm64: dts: meson-axg: s400: add spdifin to the sound card

 .../arm64/boot/dts/amlogic/meson-axg-s400.dts | 24 +++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi    | 12 ++++++++++
 2 files changed, 36 insertions(+)

Comments

Kevin Hilman Jan. 11, 2019, 12:43 a.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset adds spdif input support to the axg SoC family and the
> s400 reference design.
>
> Kevin, ASoC support for this spdif input (including the binding doc) just
> got merged in the ASoC tree [0]. Until the related patches hit mainline,
> you may get a warning about using undocumented bindings.
>
> [0]: https://lkml.kernel.org/r/20181213120843.876CB11254D1@debutante.sirena.org.uk

Queued for v5.1 (branch: v5.1/dt64)

Kevin