[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1639750882.632899.2814877.nullmailer@robh.at.kernel.org>
Date: Fri, 17 Dec 2021 08:21:22 -0600
From: Rob Herring <robh@...nel.org>
To: conor.dooley@...rochip.com
Cc: jassisinghbrar@...il.com, alexandre.belloni@...tlin.com,
atish.patra@....com, linux-rtc@...r.kernel.org,
a.zummo@...ertech.it, lee.jones@...aro.org,
linux-i2c@...r.kernel.org, ivan.griffin@...rochip.com,
devicetree@...r.kernel.org, daire.mcnamara@...rochip.com,
palmer@...belt.com, robh+dt@...nel.org, bgolaszewski@...libre.com,
heiko@...ech.de, linux-spi@...r.kernel.org,
linux-crypto@...r.kernel.org, thierry.reding@...il.com,
linux-gpio@...r.kernel.org, broonie@...nel.org,
linux-kernel@...r.kernel.org, linux-pwm@...r.kernel.org,
linus.walleij@...aro.org, aou@...s.berkeley.edu,
linux-usb@...r.kernel.org, bin.meng@...driver.com,
geert@...ux-m68k.org, krzysztof.kozlowski@...onical.com,
lewis.hanly@...rochip.com, paul.walmsley@...ive.com,
u.kleine-koenig@...gutronix.de, gregkh@...uxfoundation.org,
linux-riscv@...ts.infradead.org
Subject: Re: [PATCH v2 02/17] dt-bindings: soc/microchip: update syscontroller compatibles
On Fri, 17 Dec 2021 09:33:10 +0000, conor.dooley@...rochip.com wrote:
> From: Conor Dooley <conor.dooley@...rochip.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.
>
> Signed-off-by: Conor Dooley <conor.dooley@...rochip.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@...20000: failed to match any schema with compatible: ['mpfs-mailbox']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1569804
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