On Wed, 21 Jul 2021 16:03:34 +0200, Maxime Ripard wrote: > Simple audio amplifiers are supported 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: Jerome Brunet <jbrunet@xxxxxxxxxxxx> > Cc: Liam Girdwood <lgirdwood@xxxxxxxxx> > Cc: Mark Brown <broonie@xxxxxxxxxx> > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../bindings/sound/simple-amplifier.txt | 17 ------- > .../sound/simple-audio-amplifier.yaml | 45 +++++++++++++++++++ > 2 files changed, 45 insertions(+), 17 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/simple-amplifier.txt > create mode 100644 Documentation/devicetree/bindings/sound/simple-audio-amplifier.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>