On Mon, Dec 07, 2020 at 04:12:14PM -0600, Rob Herring wrote: > 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> Thanks for reviewing, Cristi