Re: [PATCH v3 13/17] ASoC: madera: Add DT bindings for Cirrus Logic Madera codecs

From: Rob Herring
Date: Thu Jun 08 2017 - 15:18:05 EST


On Fri, Jun 02, 2017 at 04:03:06PM +0100, Richard Fitzgerald wrote:
> The Cirrus Logic Madera codecs are a family of related codecs with
> extensive digital and analogue I/O, digital mixing and routing,
> signal processing and programmable DSPs.
>
> Signed-off-by: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
> Changes since V2:
> - Edits to take account of removing the child driver node and moving these
> bindings to be part of the parent MFD node
> - Improve descriptions of dmic-ref and inmode
> - Changed example to use defined constants instead of magic numbers
>
> Documentation/devicetree/bindings/sound/madera.txt | 67 ++++++++++++++++++++++
> 1 file changed, 67 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/madera.txt
>
> diff --git a/Documentation/devicetree/bindings/sound/madera.txt b/Documentation/devicetree/bindings/sound/madera.txt
> new file mode 100644
> index 0000000..1114fcf
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/madera.txt
> @@ -0,0 +1,67 @@
> +Cirrus Logic Madera class audio codecs
> +
> +This describes audio configuration bindings for these codecs.
> +
> +See also the core bindings for the parent MFD driver:
> +See Documentation/devicetree/bindings/mfd/madera.txt
> +
> +and defines for values used in these bindings:
> +include/dt-bindings/sound/madera.h

This file should be part of this commit. With that,

Acked-by: Rob Herring <robh@xxxxxxxxxx>