On Wed, 08 Dec 2021 15:33:06 +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the NVIDIA Tegra186 (and later) BPMP I2C bindings from the > free-form text format to json-schema. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > Changes in v3: > - include i2c-controller.yaml and use unevaluatedProperties: false > > Changes in v2: > - add missing additionalProperties: false > > .../bindings/i2c/nvidia,tegra186-bpmp-i2c.txt | 42 ----------------- > .../i2c/nvidia,tegra186-bpmp-i2c.yaml | 45 +++++++++++++++++++ > 2 files changed, 45 insertions(+), 42 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/nvidia,tegra186-bpmp-i2c.txt > create mode 100644 Documentation/devicetree/bindings/i2c/nvidia,tegra186-bpmp-i2c.yaml > Applied, thanks!