On Fri, 20 Nov 2020 01:56:04 +0200, Cristian Ciocaltea wrote: > Convert the Actions Semi Owl I2C DT binding to a YAML schema for > enabling DT validation. > > Additionally, add a new compatible string corresponding to the I2C > controller found in the S500 variant of the Actions Semi Owl SoCs > family. > > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxx> > --- > .../devicetree/bindings/i2c/i2c-owl.txt | 29 --------- > .../devicetree/bindings/i2c/i2c-owl.yaml | 62 +++++++++++++++++++ > 2 files changed, 62 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-owl.txt > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-owl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>