linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: conor.dooley@microchip.com
Cc: robh+dt@kernel.org, bgolaszewski@baylibre.com,
	jassisinghbrar@gmail.com, linus.walleij@linaro.org,
	linux-i2c@vger.kernel.org, linux-gpio@vger.kernel.org,
	paul.walmsley@sifive.com, linux-usb@vger.kernel.org,
	lewis.hanly@microchip.com, lee.jones@linaro.org,
	aou@eecs.berkeley.edu, daire.mcnamara@microchip.com,
	thierry.reding@gmail.com, linux-riscv@lists.infradead.org,
	broonie@kernel.org, linux-pwm@vger.kernel.org,
	a.zummo@towertech.it, heiko@sntech.de,
	u.kleine-koenig@pengutronix.de, atishp@rivosinc.com,
	linux-spi@vger.kernel.org, alexandre.belloni@bootlin.com,
	bin.meng@windriver.com, devicetree@vger.kernel.org,
	geert@linux-m68k.org, palmer@dabbelt.com,
	linux-kernel@vger.kernel.org, krzysztof.kozlowski@canonical.com,
	gregkh@linuxfoundation.org, linux-rtc@vger.kernel.org,
	ivan.griffin@microchip.com, linux-crypto@vger.kernel.org
Subject: Re: [PATCH v3 01/15] dt-bindings: soc/microchip: update syscontroller compatibles
Date: Sat, 15 Jan 2022 11:22:30 -0600	[thread overview]
Message-ID: <1642267350.889231.119878.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20220114151727.2319915-2-conor.dooley@microchip.com>

On Fri, 14 Jan 2022 15:17:13 +0000, conor.dooley@microchip.com wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> The Polarfire SoC is currently using two different compatible string
> prefixes. Fix this by changing "polarfire-soc-*" strings to "mpfs-*" in
> its system controller in order to match the compatible string used in
> the soc binding and device tree
> 
> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  ...larfire-soc-mailbox.yaml => microchip,mpfs-mailbox.yaml} | 6 +++---
>  ...s-controller.yaml => microchip,mpfs-sys-controller.yaml} | 6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)
>  rename Documentation/devicetree/bindings/mailbox/{microchip,polarfire-soc-mailbox.yaml => microchip,mpfs-mailbox.yaml} (82%)
>  rename Documentation/devicetree/bindings/soc/microchip/{microchip,polarfire-soc-sys-controller.yaml => microchip,mpfs-sys-controller.yaml} (75%)
> 

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/mailbox/microchip,mpfs-mailbox.example.dt.yaml:0:0: /example-0/soc/mailbox@37020000: failed to match any schema with compatible: ['mpfs-mailbox']

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/patch/1580091

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.


  parent reply	other threads:[~2022-01-15 17:22 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14 15:17 [PATCH v3 00/15] Update the Icicle Kit device tree conor.dooley
2022-01-14 15:17 ` [PATCH v3 01/15] dt-bindings: soc/microchip: update syscontroller compatibles conor.dooley
2022-01-14 16:18   ` conor dooley
2022-01-15 17:22   ` Rob Herring [this message]
2022-01-14 15:17 ` [PATCH v3 02/15] dt-bindings: soc/microchip: add services as children of sys ctrlr conor.dooley
2022-01-14 15:17 ` [PATCH v3 03/15] mailbox: change mailbox-mpfs compatible string conor.dooley
2022-01-14 15:40   ` Geert Uytterhoeven
2022-01-14 16:15     ` conor dooley
2022-01-14 15:17 ` [PATCH v3 04/15] dt-bindings: i2c: add bindings for microchip mpfs i2c conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 05/15] dt-bindings: rtc: add bindings for microchip mpfs rtc conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 06/15] dt-bindings: gpio: add bindings for microchip mpfs gpio conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 07/15] dt-bindings: spi: add bindings for microchip mpfs spi conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 08/15] dt-bindings: usb: add bindings for microchip mpfs musb conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 09/15] dt-bindings: pwm: add microchip corepwm binding conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 10/15] riscv: dts: microchip: use clk defines for icicle kit conor.dooley
2022-01-14 15:17 ` [PATCH v3 11/15] riscv: dts: microchip: add fpga fabric section to " conor.dooley
2022-01-14 15:17 ` [PATCH v3 12/15] riscv: dts: microchip: refactor icicle kit device tree conor.dooley
2022-01-14 15:17 ` [PATCH v3 13/15] riscv: dts: microchip: update peripherals in " conor.dooley
2022-01-14 15:17 ` [PATCH v3 14/15] riscv: dts: microchip: add new peripherals to " conor.dooley
2022-01-14 16:35   ` conor dooley
2022-01-14 15:17 ` [PATCH v3 15/15] MAINTAINERS: update riscv/microchip entry conor.dooley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1642267350.889231.119878.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=atishp@rivosinc.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=bin.meng@windriver.com \
    --cc=broonie@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=daire.mcnamara@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=ivan.griffin@microchip.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=lee.jones@linaro.org \
    --cc=lewis.hanly@microchip.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).