On Wed, Aug 28, 2019 at 7:52 AM Maxime Ripard <mripard@xxxxxxxxxx> wrote: > > From: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > The Allwinner A64 SoC has 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 v1: > - Fix subject prefix > --- > .../allwinner,sun50i-a64-codec-analog.yaml | 39 +++++++++++++++++++ > .../bindings/sound/sun50i-codec-analog.txt | 14 ------- > 2 files changed, 39 insertions(+), 14 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/allwinner,sun50i-a64-codec-analog.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/sun50i-codec-analog.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>