On Thu, 28 Oct 2021 15:09:02 +0100, Richard Fitzgerald wrote: > Replace the old .txt binding with a new schema binding. > At the same time, some of the descriptions are updated to make them > clearer, fix errors, or just make them fit better into the style > of schema binding. > > The cirrus,hs-bias-ramp-rate property was missing from the old .txt > binding and has been added to the yaml. > > Signed-off-by: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx> > --- > .../devicetree/bindings/sound/cirrus,cs42l42.yaml | 225 +++++++++++++++++++++ > .../devicetree/bindings/sound/cs42l42.txt | 115 ----------- > MAINTAINERS | 1 + > 3 files changed, 226 insertions(+), 115 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/cirrus,cs42l42.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/cs42l42.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>