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@alsa-project.org Cc: Jerome Brunet jbrunet@baylibre.com Cc: Liam Girdwood lgirdwood@gmail.com Cc: Mark Brown broonie@kernel.org Signed-off-by: Maxime Ripard maxime@cerno.tech
.../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@kernel.org