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>