On 03/11/2022 10:03, Thierry Reding wrote: > On Thu, Nov 03, 2022 at 07:35:43AM -0500, Rob Herring wrote: >> >> On Thu, 03 Nov 2022 13:01:37 +0100, Thierry Reding wrote: >>> From: Thierry Reding <treding@xxxxxxxxxx> >>> >>> Convert the Tegra PWFM bindings from the free-form text format to >>> json-schema. >>> >>> Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> >>> --- >>> .../bindings/pwm/nvidia,tegra20-pwm.txt | 77 ---------- >>> .../bindings/pwm/nvidia,tegra20-pwm.yaml | 144 ++++++++++++++++++ >>> 2 files changed, 144 insertions(+), 77 deletions(-) >>> delete mode 100644 Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt >>> create mode 100644 Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml >>> >> >> My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' >> on your patch (DT_CHECKER_FLAGS is new in v5.13): >> >> yamllint warnings/errors: >> >> dtschema/dtc warnings/errors: >> Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.example.dtb:0:0: /example-1/pinmux@700008d4: failed to match any schema with compatible: ['nvidia,tegra210-pinmux'] > > Still working on the conversion of that one. Then drop the nodes from example. They are not really needed and example checks must pass. Best regards, Krzysztof