Re: [PATCH 1/2] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
From: Rob Herring <robh@kernel.org>
Date: 2021-10-31 14:16:07
Also in:
linux-arm-kernel, linux-mips, linux-watchdog
From: Rob Herring <robh@kernel.org>
Date: 2021-10-31 14:16:07
Also in:
linux-arm-kernel, linux-mips, linux-watchdog
On Fri, 29 Oct 2021 22:25:04 +0200, Rafa�� Mi��ecki wrote:
From: Rafa�� Mi��ecki <rafal@milecki.pl> This helps validating DTS files. Signed-off-by: Rafa�� Mi��ecki <rafal@milecki.pl> --- .../bindings/watchdog/brcm,bcm7038-wdt.txt | 19 --------- .../bindings/watchdog/brcm,bcm7038-wdt.yaml | 40 +++++++++++++++++++ 2 files changed, 40 insertions(+), 19 deletions(-) delete mode 100644 Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.txt create mode 100644 Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.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/watchdog/brcm,bcm7038-wdt.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/watchdog/brcm,bcm7038-wdt.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1548262 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.