On 05/02/2022 16:36, Rob Herring wrote: > On Sat, 05 Feb 2022 13:00:39 +0100, Krzysztof Kozlowski wrote: >> Convert the LPDDR3 memory bindings to DT schema format. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> >> --- >> .../memory-controllers/ddr/jedec,lpddr3.yaml | 266 ++++++++++++++++++ >> .../memory-controllers/ddr/lpddr3.txt | 107 ------- >> 2 files changed, 266 insertions(+), 107 deletions(-) >> create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr3.yaml >> delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt >> > > 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/memory-controllers/ddr/jedec,lpddr3.example.dt.yaml:0:0: /example-0/lpddr3/timings@800000000: failed to match any schema with compatible: ['jedec,lpddr3-timings'] This is patch ordering issue - I'll change the order to fix it. > > doc reference errors (make refcheckdocs): > Warning: Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml references a file that doesn't exist: Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt > Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml: Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt I'll fix it in v3. Best regards, Krzysztof