[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201116152725.GB1646380@bogus>
Date: Mon, 16 Nov 2020 09:27:25 -0600
From: Rob Herring <robh@...nel.org>
To: Dongjiu Geng <gengdongjiu@...wei.com>
Cc: dmaengine@...r.kernel.org, robh+dt@...nel.org,
dan.j.williams@...el.com, devicetree@...r.kernel.org,
p.zabel@...gutronix.de, vkoul@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] dt: bindings: dma: Add DT bindings for HiSilicon
Hiedma Controller
On Sat, 14 Nov 2020 00:34:39 +0000, Dongjiu Geng wrote:
> The Hiedma Controller v310 Provides eight DMA channels, each
> channel can be configured for one-way transfer. The data can
> be transferred in 8-bit, 16-bit, 32-bit, or 64-bit mode. This
> documentation describes DT bindings of this controller.
>
> Signed-off-by: Dongjiu Geng <gengdongjiu@...wei.com>
> ---
> .../bindings/dma/hisilicon,hiedmacv310.yaml | 80 +++++++++++++++++++
> 1 file changed, 80 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/hisilicon,hiedmacv310.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/dma/hisilicon,hiedmacv310.example.dts:20:18: fatal error: dt-bindings/clock/hi3559av100-clock.h: No such file or directory
20 | #include <dt-bindings/clock/hi3559av100-clock.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/dma/hisilicon,hiedmacv310.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1364: dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1399915
The base for the patch is generally the last rc1. Any dependencies
should be noted.
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