On Fri, 12 Nov 2021 13:05:05 +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the NVIDIA Tegra SDHCI bindings from the free-form text format > to json-schema. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > Changes in v2: > - drop redundant $ref properties, add missing maxItems > > .../bindings/mmc/nvidia,tegra20-sdhci.txt | 143 --------- > .../bindings/mmc/nvidia,tegra20-sdhci.yaml | 294 ++++++++++++++++++ > 2 files changed, 294 insertions(+), 143 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt > create mode 100644 Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.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/1554296 mmc@3460000: clock-names: ['sdhci'] is too short arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dt.yaml mmc@3460000: clocks: [[2, 123]] is too short arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dt.yaml mmc@3460000: compatible: 'oneOf' conditional failed, one must be fixed: arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dt.yaml