Re: [PATCH v3] ASoC: dt-bindings: fsl,ssi: Convert to YAML

From: Rob Herring
Date: Thu Apr 25 2024 - 12:20:50 EST



On Thu, 25 Apr 2024 14:35:06 +0800, Shengjiu Wang wrote:
> Convert the fsl,ssi binding to YAML.
>
> Add below compatible strings which were not listed
> in document:
>
> fsl,imx50-ssi
> fsl,imx53-ssi
> fsl,imx25-ssi
> fsl,imx27-ssi
> fsl,imx6q-ssi
> fsl,imx6sl-ssi
> fsl,imx6sx-ssi
>
> Add below fsl,mode strings which were not listed.
>
> i2s-slave
> i2s-master
> lj-slave
> lj-master
> rj-slave
> rj-master
>
> Add 'ac97-gpios' property which were not listed.
> Then dtbs_check can pass.
>
> And remove the 'codec' description which should be
> in the 'codec' binding doc.
>
> Signed-off-by: Shengjiu Wang <shengjiu.wang@xxxxxxx>
> ---
> changes in v3:
> - change fallback string to const
> - split fallback for imx21 and imx51
> - update orders of properties
> - add constraint for fsl,fifo-depth
> - minor change for example
>
> changes in v2:
> - change fallback string to const.
> - add dai-common.yaml
> - add ac97-gpios property
>
> .../devicetree/bindings/sound/fsl,ssi.txt | 87 --------
> .../devicetree/bindings/sound/fsl,ssi.yaml | 194 ++++++++++++++++++
> 2 files changed, 194 insertions(+), 87 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/sound/fsl,ssi.txt
> create mode 100644 Documentation/devicetree/bindings/sound/fsl,ssi.yaml
>

Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>