Re: [PATCH v1 1/5] dt-bindings: i2c: convert rockchip i2c bindings to yaml

From: Rob Herring
Date: Thu Mar 12 2020 - 11:54:45 EST


On Thu, Mar 12, 2020 at 10:50:44AM -0500, Rob Herring wrote:
> On Thu, 5 Mar 2020 15:36:07 +0100, Johan Jonker wrote:
> > Current dts files with 'i2c' nodes are manually verified.
> > In order to automate this process i2c-rk3x.txt
> > has to be converted to yaml. In the new setup
> > i2c-rk3x.yaml will inherit properties from
> > i2c-controller.yaml.
> >
> > Also change document name in MAINTAINERS.
> >
> > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx>
> > ---
> > Documentation/devicetree/bindings/i2c/i2c-rk3x.txt | 68 -----------
> > .../devicetree/bindings/i2c/i2c-rk3x.yaml | 129 +++++++++++++++++++++
> > MAINTAINERS | 2 +-
> > 3 files changed, 130 insertions(+), 69 deletions(-)
> > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-rk3x.txt
> > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml
> >
>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

As this series is all binding changes, I'll take it via the DT tree.

Rob