On Fri, Jun 21, 2024 at 09:10:27PM +0530, Animesh Agarwal wrote: > Convert the RT5650/RT5645 audio CODEC bindings to DT schema. > > Signed-off-by: Animesh Agarwal <animeshagarwal28@xxxxxxxxx> > Cc: Daniel Baluta <daniel.baluta@xxxxxxx> > --- > .../bindings/sound/realtek,rt5645.yaml | 129 ++++++++++++++++++ > .../devicetree/bindings/sound/rt5645.txt | 82 ----------- > 2 files changed, 129 insertions(+), 82 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/realtek,rt5645.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/rt5645.txt > > diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml > new file mode 100644 > index 000000000000..d2d97d2bca2e > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml > @@ -0,0 +1,129 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/sound/realtek,rt5645.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: RT5650/RT5645 audio CODEC > + > +maintainers: > + - Animesh Agarwal <animeshagarwal28@xxxxxxxxx> > + > +description: | > + This device supports I2C only. > + > + Pins on the device (for linking into audio routes) for RT5645/RT5650: > + * DMIC L1 > + * DMIC R1 > + * DMIC L2 > + * DMIC R2 > + * IN1P > + * IN1N > + * IN2P > + * IN2N > + * Haptic Generator > + * HPOL > + * HPOR > + * LOUTL > + * LOUTR > + * PDM1L > + * PDM1R > + * SPOL > + * SPOR > + > +allOf: > + - $ref: dai-common.yaml# > + > +properties: > + compatible: > + enum: > + - realtek,rt5645 > + - realtek,rt5650 > + > + reg: > + maxItems: 1 > + > + interrupts: > + maxItems: 1 > + description: The CODEC's interrupt output. > + > + avdd-supply: > + description: Power supply for AVDD, providing 1.8V. > + > + cpvdd-supply: > + description: Power supply for CPVDD, providing 3.5V. > + > + hp-detect-gpios: > + description: > + A GPIO spec for the external headphone detect pin. If jd-mode = 0, we > + will get the JD status by getting the value of hp-detect-gpios. maxItems: 1 > + > + cbj-sleeve-gpios: > + description: > + A GPIO spec to control the external combo jack circuit to tie the > + sleeve/ring2 contacts to the ground or floating. It could avoid some > + electric noise from the active speaker jacks. maxItems: 1 With that, Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>