Re: [PATCH v2 1/1] ASoC: dt-bindings: consolidate simple audio codec to trivial-codec.yaml
From: Rob Herring (Arm)
Date: Fri Oct 31 2025 - 14:31:24 EST
On Fri, 31 Oct 2025 10:46:19 -0400, Frank Li wrote:
> Consolidate simple audio codec (one compatible string, one reg, one
> optional reset-gpios and '#sound-dai-cells' 0) to a trivial-codec.yaml.
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> ---
> change in v2
> - update title to Trivial Audio Codecs
> - update maintainer to rob
> - add reset-gpios
> - add charles keepax reviewed-by tag.
> - add below
> cirrus,cs4349
> cirrus,cs4341a
> cirrus,cs4265
> "adi,ssm2602", "adi,ssm2603", "adi,ssm2604"
> ti,pcm1792a
> ti,pcm1789 (Add reset-gpios)
> ti,pcm5102a
> dlg,da9055-codec (already added v1).
> ---
> .../bindings/sound/adi,max98363.yaml | 60 --------------
> .../devicetree/bindings/sound/adi,ssm2602.txt | 19 -----
> .../bindings/sound/adi,ssm3515.yaml | 49 ------------
> .../devicetree/bindings/sound/cs4265.txt | 29 -------
> .../devicetree/bindings/sound/cs4341.txt | 22 ------
> .../devicetree/bindings/sound/cs4349.txt | 19 -----
> .../devicetree/bindings/sound/da9055.txt | 22 ------
> .../bindings/sound/nuvoton,nau8540.yaml | 40 ----------
> .../bindings/sound/nuvoton,nau8810.yaml | 45 -----------
> .../bindings/sound/nxp,tfa9879.yaml | 44 -----------
> .../bindings/sound/nxp,uda1342.yaml | 42 ----------
> .../devicetree/bindings/sound/pcm1789.txt | 22 ------
> .../devicetree/bindings/sound/pcm179x.txt | 27 -------
> .../devicetree/bindings/sound/pcm5102a.txt | 13 ---
> .../bindings/sound/trivial-codec.yaml | 79 +++++++++++++++++++
> .../devicetree/bindings/sound/wlf,wm8510.yaml | 41 ----------
> .../devicetree/bindings/sound/wlf,wm8523.yaml | 40 ----------
> .../devicetree/bindings/sound/wlf,wm8580.yaml | 42 ----------
> .../devicetree/bindings/sound/wlf,wm8711.yaml | 40 ----------
> .../devicetree/bindings/sound/wlf,wm8728.yaml | 40 ----------
> .../devicetree/bindings/sound/wlf,wm8737.yaml | 40 ----------
> .../devicetree/bindings/sound/wlf,wm8750.yaml | 42 ----------
> .../devicetree/bindings/sound/wlf,wm8753.yaml | 62 ---------------
> .../devicetree/bindings/sound/wlf,wm8776.yaml | 41 ----------
> .../devicetree/bindings/sound/wlf,wm8961.yaml | 43 ----------
> .../devicetree/bindings/sound/wlf,wm8974.yaml | 41 ----------
> .../devicetree/bindings/sound/wm8770.txt | 16 ----
> 27 files changed, 79 insertions(+), 941 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/sound/adi,max98363.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/adi,ssm2602.txt
> delete mode 100644 Documentation/devicetree/bindings/sound/adi,ssm3515.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/cs4265.txt
> delete mode 100644 Documentation/devicetree/bindings/sound/cs4341.txt
> delete mode 100644 Documentation/devicetree/bindings/sound/cs4349.txt
> delete mode 100644 Documentation/devicetree/bindings/sound/da9055.txt
> delete mode 100644 Documentation/devicetree/bindings/sound/nuvoton,nau8540.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nuvoton,nau8810.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nxp,tfa9879.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nxp,uda1342.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/pcm1789.txt
> delete mode 100644 Documentation/devicetree/bindings/sound/pcm179x.txt
> delete mode 100644 Documentation/devicetree/bindings/sound/pcm5102a.txt
> create mode 100644 Documentation/devicetree/bindings/sound/trivial-codec.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8510.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8523.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8580.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8711.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8728.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8737.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8750.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8753.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8776.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8961.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8974.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/wm8770.txt
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>