[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1616190552.561606.1647633.nullmailer@robh.at.kernel.org>
Date: Fri, 19 Mar 2021 15:49:12 -0600
From: Rob Herring <robh@...nel.org>
To: Greentime Hu <greentime.hu@...ive.com>
Cc: linux-riscv@...ts.infradead.org, zong.li@...ive.com,
robh+dt@...nel.org, linux-clk@...r.kernel.org, hes@...ive.com,
aou@...s.berkeley.edu, linux-kernel@...r.kernel.org,
jh80.chung@...sung.com, vidyas@...dia.com,
devicetree@...r.kernel.org, linux-pci@...r.kernel.org,
mturquette@...libre.com, p.zabel@...gutronix.de,
lorenzo.pieralisi@....com, sboyd@...nel.org, bhelgaas@...gle.com,
alex.dewar90@...il.com, erik.danie@...ive.com, helgaas@...nel.org,
palmer@...belt.com, khilman@...libre.com, paul.walmsley@...ive.com,
hayashi.kunihiko@...ionext.com
Subject: Re: [PATCH v2 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
On Thu, 18 Mar 2021 14:08:11 +0800, Greentime Hu wrote:
> Add PCIe host controller DT bindings of SiFive FU740.
>
> Signed-off-by: Greentime Hu <greentime.hu@...ive.com>
> ---
> .../bindings/pci/sifive,fu740-pcie.yaml | 119 ++++++++++++++++++
> 1 file changed, 119 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/pci/sifive,fu740-pcie.example.dts:45.29-30 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:349: Documentation/devicetree/bindings/pci/sifive,fu740-pcie.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1380: dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1455121
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