On Wed, Aug 20, 2025 at 03:44:56PM +0200, Julien Massot wrote: > Convert the Device Tree binding for MT8183-based boards using the > DA7219 headset codec and optional MAX98357, RT1015 or RT1015P speaker > amplifiers from the legacy .txt format to YAML schema. > > This improves binding validation and removes DT schema warnings > for boards using these audio components. > > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> > Signed-off-by: Julien Massot <julien.massot@xxxxxxxxxxxxx> > --- > .../bindings/sound/mediatek,mt8183_da7219.yaml | 49 ++++++++++++++++++++++ > .../bindings/sound/mt8183-da7219-max98357.txt | 21 ---------- > 2 files changed, 49 insertions(+), 21 deletions(-) > > diff --git a/Documentation/devicetree/bindings/sound/mediatek,mt8183_da7219.yaml b/Documentation/devicetree/bindings/sound/mediatek,mt8183_da7219.yaml > new file mode 100644 > index 0000000000000000000000000000000000000000..b6fee3ff3af9a90820ee57efdf8efb3f3d474804 > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/mediatek,mt8183_da7219.yaml > @@ -0,0 +1,49 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/sound/mediatek,mt8183_da7219.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: MediaTek MT8183 sound card with external codecs > + > +maintainers: > + - Julien Massot <jmassot@xxxxxxxxxxxxx> > + > +description: > + Binding for MediaTek MT8183 SoC-based sound cards with DA7219 as headset codec, Drop 'Binding for '. Otherwise, Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>