Re: [PATCH v2] devantech-srf04.yaml: transform DT binding to YAML

From: Jonathan Cameron
Date: Sat Mar 30 2019 - 12:12:09 EST


On Wed, 27 Mar 2019 08:13:17 -0500
Rob Herring <robh+dt@xxxxxxxxxx> wrote:

> On Tue, Mar 26, 2019 at 8:40 AM Andreas Klinger <ak@xxxxxxxxxxxxx> wrote:
> >
> > devantech-srf04.yaml: yaml devicetree binding for iio ultrasonic
> > proximity driver of devantech srf04
> >
> > use devantech-srf04.txt, transform binding into yaml and remove the
> > outdated DT documentation
> >
> > Signed-off-by: Andreas Klinger <ak@xxxxxxxxxxxxx>
> > ---
> > .../bindings/iio/proximity/devantech-srf04.txt | 28 ----------
> > .../bindings/iio/proximity/devantech-srf04.yaml | 59 ++++++++++++++++++++++
> > 2 files changed, 59 insertions(+), 28 deletions(-)
> > delete mode 100644 Documentation/devicetree/bindings/iio/proximity/devantech-srf04.txt
> > create mode 100644 Documentation/devicetree/bindings/iio/proximity/devantech-srf04.yaml
>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
Given I've been feeling guilty for ages about never reviewing Rob's original work on
this (it sat in my todo list for a large number of months before I dropped it because
it had already merged), I'm very happy to see that it ends up being this simple!
I guess we have a lot of these change over patches to go ;)

Applied to the togreg branch of iio.git and pushed out as testing. Does anyone check
these yet?

Thanks,

Jonathan