On Fri, 19 Nov 2021 15:38:36 +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 v2: > - add missing additionalProperties: false > > .../bindings/i2c/nvidia,tegra186-bpmp-i2c.txt | 42 ------------------- > .../i2c/nvidia,tegra186-bpmp-i2c.yaml | 42 +++++++++++++++++++ > 2 files changed, 42 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 > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/1557177 i2c: 'pmic@3c' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dt.yaml arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dt.yaml arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0000.dt.yaml arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001.dt.yaml i2c: 'pmic@3c', 'temperature-sensor@4c' do not match any of the regexes: 'pinctrl-[0-9]+' arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dt.yaml