[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230512112636.7qmq2qwzzcnkf7dx@krzk-bin>
Date: Fri, 12 May 2023 13:26:36 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Thippeswamy Havalige <thippeswamy.havalige@....com>
Cc: robh+dt@...nel.org, lorenzo.pieralisi@....com, bhelgaas@...gle.com,
michals@...inx.com, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org, bharat.kumar.gogada@....com,
devicetree@...r.kernel.org, nagaradhesh.yeleswarapu@....com
Subject: Re: [PATCH v2 2/3] dt-bindings: PCI: xilinx-xdma: Add YAML schemas
for Xilinx XDMA PCIe Root Port Bridge
On Fri, 12 May 2023 11:57:24 +0530, Thippeswamy Havalige wrote:
> Add YAML dtschemas of Xilinx XDMA Soft IP PCIe Root Port Bridge
> dt binding.
>
> Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@....com>
> Signed-off-by: Bharat Kumar Gogada <bharat.kumar.gogada@....com>
> ---
> .../devicetree/bindings/pci/xlnx,xdma-host.yaml | 117 +++++++++++++++++++++
> 1 file changed, 117 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pci/xlnx,xdma-host.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/pci/xlnx,xdma-host.example.dtb: /example-0/soc/pcie@...00000: failed to match any schema with compatible: ['xlnx,xdma-host-3.00']
See https://patchwork.ozlabs.org/patch/1780383
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.
Powered by blists - more mailing lists