On Wed, 21 Jul 2021 16:03:33 +0200, Maxime Ripard wrote: > The SPDIF Transmitter binding is used by Linux with a matching Device > Tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: alsa-devel@xxxxxxxxxxxxxxxx > Cc: Liam Girdwood <lgirdwood@xxxxxxxxx> > Cc: Mark Brown <broonie@xxxxxxxxxx> > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../bindings/sound/linux,spdif-dit.yaml | 32 +++++++++++++++++++ > .../bindings/sound/spdif-transmitter.txt | 10 ------ > 2 files changed, 32 insertions(+), 10 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/spdif-transmitter.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>