On Fri, 6 Sep 2019 18:12:21 +0300, Maxime Ripard wrote: > From: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > The Allwinner A23 SoC and later have an embedded audio codec that uses a > separate controller to drive its analog part, which is supported in 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 controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > --- > > Changes from v2: > - Use an enum instead of a oneOf for the compatibles > > Changes from v1: > - Fix subject prefix > --- > .../allwinner,sun8i-a23-codec-analog.yaml | 38 +++++++++++++++++++ > .../bindings/sound/sun8i-codec-analog.txt | 17 --------- > 2 files changed, 38 insertions(+), 17 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/allwinner,sun8i-a23-codec-analog.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>