On Fri, 25 Mar 2022 15:31:20 +0000, Mark Brown wrote: > Convert the WM8731 DT bindings to YAML format, including addition of > documentation for the regulator and clock bindings which the driver has > had for some time but which were not covered in the bindings document. > > Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > --- > .../devicetree/bindings/sound/wlf,wm8731.yaml | 97 +++++++++++++++++++ > .../devicetree/bindings/sound/wm8731.txt | 27 ------ > 2 files changed, 97 insertions(+), 27 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8731.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/wm8731.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>