mbox series

[v2,0/2] ASoC: meson: axg-tdm-formatter: add g12a reset

Message ID 20190823154432.16268-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series ASoC: meson: axg-tdm-formatter: add g12a reset | expand

Message

Jerome Brunet Aug. 23, 2019, 3:44 p.m. UTC
This patchset add the possibility to provide a reset to the tdm formatter.
Such reset is available on the g12a SoC family and helps solve a random
channel output shift when using more than one output lane.

Changes since v1 [0]:
- Rebased on kevin's tree

[0]: https://lkml.kernel.org/r/20190820121551.18398-1-jbrunet@baylibre.com

Jerome Brunet (2):
  arm64: dts: meson: g12a: audio clock controller provides resets
  arm64: dts: meson: g12a: add reset to tdm formatters

 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Kevin Hilman Aug. 28, 2019, 3:05 p.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset add the possibility to provide a reset to the tdm formatter.
> Such reset is available on the g12a SoC family and helps solve a random
> channel output shift when using more than one output lane.
>
> Changes since v1 [0]:
> - Rebased on kevin's tree

Queued for v5.4,

Thanks,

Kevin