Re: [PATCH] dt-bindings: clk: zynqmp: convert bindings to YAML
From: Rob Herring <robh@kernel.org>
Date: 2021-06-01 13:32:54
Also in:
linux-clk, linux-devicetree, lkml
On Mon, 31 May 2021 20:58:57 +0900, Nobuhiro Iwamatsu wrote:
Convert common clock for Xilinx Zynq MPSoC SoC bindings documentation to YAML. Signed-off-by: Nobuhiro Iwamatsu <redacted> --- .../bindings/clock/xlnx,zynqmp-clk.txt | 63 ------------------ .../bindings/clock/xlnx,zynqmp-clk.yaml | 65 +++++++++++++++++++ 2 files changed, 65 insertions(+), 63 deletions(-) delete mode 100644 Documentation/devicetree/bindings/clock/xlnx,zynqmp-clk.txt create mode 100644 Documentation/devicetree/bindings/clock/xlnx,zynqmp-clk.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/clock/xlnx,zynqmp-clk.example.dt.yaml:0:0: /example-0/firmware/zynqmp-firmware: failed to match any schema with compatible: ['xlnx,zynqmp-firmware'] See https://patchwork.ozlabs.org/patch/1485640 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel