Re: [PATCH 1/2] dt-bindings: pwm: Document clk based PWM controller
From: Rob Herring <robh@kernel.org>
Date: 2021-12-09 20:56:03
Also in:
linux-pwm, lkml
On Thu, 09 Dec 2021 21:20:19 +0500, Nikita Travkin wrote:
Add YAML devicetree binding for clk based PWM controller Signed-off-by: Nikita Travkin <redacted> --- .../devicetree/bindings/pwm/clk-pwm.yaml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/clk-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/clk-pwm.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/pwm/clk-pwm.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pwm/clk-pwm.example.dt.yaml: pwm-flash: $nodename:0: 'pwm-flash' does not match '^pwm(@.*|-[0-9a-f])*$' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pwm/clk-pwm.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1565817 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.