On Tue, Aug 13, 2019 at 6:47 AM Maxime Ripard <mripard@xxxxxxxxxx> wrote: > > From: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > The Allwinner SoCs have an embedded GPADC that is doing thermal reading as > well, 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> > --- > .../iio/adc/allwinner,sun8i-a33-ths.yaml | 43 +++++++++++ > .../bindings/mfd/allwinner,sun4i-a10-ts.yaml | 76 +++++++++++++++++++ > .../devicetree/bindings/mfd/sun4i-gpadc.txt | 59 -------------- > 3 files changed, 119 insertions(+), 59 deletions(-) > create mode 100644 Documentation/devicetree/bindings/iio/adc/allwinner,sun8i-a33-ths.yaml > create mode 100644 Documentation/devicetree/bindings/mfd/allwinner,sun4i-a10-ts.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/sun4i-gpadc.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>