On Thu, 04 Jun 2020 09:49:16 +0800, Anson Huang wrote: > Convert the i.MX LPI2C binding to DT schema format using json-schema > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > Changes since V1: > - add "additionalProperties: false". > --- > .../devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 20 --------- > .../devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 47 ++++++++++++++++++++++ > 2 files changed, 47 insertions(+), 20 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml > Applied, thanks!