mbox series

[0/3] arm64: dts: meson-axg: add pdm support

Message ID 20180831150218.8307-1-jbrunet@baylibre.com
Headers show
Series arm64: dts: meson-axg: add pdm support | expand

Message

Jerome Brunet Aug. 31, 2018, 3:02 p.m. UTC
This patchset adds pdm support for amlogic AXG SoC.
It applies on top of the DT clean-up [0] I sent earlier

The related ASoC PDM patches can be found here [1]. While the ASoC patches
[2] are obviously needed to for the PDM to work, this series can be safely
applied without it.

[0]: https://lkml.kernel.org/r/20180829154551.26729-1-jbrunet@baylibre.com
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/log/?h=for-4.20
[2]: https://lkml.kernel.org/r/20180829150051.18190-1-jbrunet@baylibre.com

Jerome Brunet (3):
  arm64: dts: meson-axg: add pdm
  arm64: dts: meson-axg: s400: add dmic codec
  arm64: dts: meson-axg: s400: add pdm to the sound card

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

-- 
2.17.1

Comments

Kevin Hilman Sept. 13, 2018, 4:52 a.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset adds pdm support for amlogic AXG SoC.

> It applies on top of the DT clean-up [0] I sent earlier


Applied to v4.20/dt64.

> The related ASoC PDM patches can be found here [1]. While the ASoC patches

> [2] are obviously needed to for the PDM to work, this series can be safely

> applied without it.


Thanks for the clear explanation of dependencies.

Kevin