[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <171891283706.3289677.3213379285370562671.robh@kernel.org>
Date: Thu, 20 Jun 2024 13:47:17 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Piotr Wojtaszczyk <piotr.wojtaszczyk@...esys.com>
Cc: Andi Shyti <andi.shyti@...nel.org>, Vladimir Zapolskiy <vz@...ia.com>,
Miquel Raynal <miquel.raynal@...tlin.com>, linux-sound@...r.kernel.org,
Stephen Boyd <sboyd@...nel.org>, linuxppc-dev@...ts.ozlabs.org,
Arnd Bergmann <arnd@...db.de>, Jaroslav Kysela <perex@...ex.cz>,
dmaengine@...r.kernel.org, Chancel Liu <chancel.liu@....com>,
Michael Ellerman <mpe@...erman.id.au>, Richard Weinberger <richard@....at>,
Michael Turquette <mturquette@...libre.com>, Takashi Iwai <tiwai@...e.com>,
Mark Brown <broonie@...nel.org>, Vignesh Raghavendra <vigneshr@...com>,
linux-kernel@...r.kernel.org, Markus Elfring <Markus.Elfring@....de>,
linux-arm-kernel@...ts.infradead.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>, linux-clk@...r.kernel.org,
Yangtao Li <frank.li@...o.com>,
"J.M.B. Downing" <jonathan.downing@...tel.com>,
linux-mtd@...ts.infradead.org, Liam Girdwood <lgirdwood@...il.com>,
devicetree@...r.kernel.org, Li Zetao <lizetao1@...wei.com>,
linux-i2c@...r.kernel.org, Russell King <linux@...linux.org.uk>,
alsa-devel@...a-project.org, Vinod Koul <vkoul@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [Patch v4 02/10] dt-bindings: dma: Add lpc32xx DMA mux binding
On Thu, 20 Jun 2024 19:56:33 +0200, Piotr Wojtaszczyk wrote:
> LPC32XX SoCs use pl080 dma controller which have few request signals
> multiplexed between peripherals. This binding describes how devices can
> use the multiplexed request signals.
>
> Signed-off-by: Piotr Wojtaszczyk <piotr.wojtaszczyk@...esys.com>
> ---
> Changes for v4:
> - This patch is new in v4
>
> .../bindings/dma/nxp,lpc3220-dmamux.yaml | 56 +++++++++++++++++++
> MAINTAINERS | 9 +++
> 2 files changed, 65 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/nxp,lpc3220-dmamux.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/dma/nxp,lpc3220-dmamux.example.dtb: /example-0/syscon@...04000: failed to match any schema with compatible: ['nxp,lpc3220-creg', 'syscon', 'simple-mfd']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240620175657.358273-3-piotr.wojtaszczyk@timesys.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists