[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1642267350.889231.119878.nullmailer@robh.at.kernel.org>
Date: Sat, 15 Jan 2022 11:22:30 -0600
From: Rob Herring <robh@...nel.org>
To: conor.dooley@...rochip.com
Cc: robh+dt@...nel.org, bgolaszewski@...libre.com,
jassisinghbrar@...il.com, linus.walleij@...aro.org,
linux-i2c@...r.kernel.org, linux-gpio@...r.kernel.org,
paul.walmsley@...ive.com, linux-usb@...r.kernel.org,
lewis.hanly@...rochip.com, lee.jones@...aro.org,
aou@...s.berkeley.edu, daire.mcnamara@...rochip.com,
thierry.reding@...il.com, linux-riscv@...ts.infradead.org,
broonie@...nel.org, linux-pwm@...r.kernel.org,
a.zummo@...ertech.it, heiko@...ech.de,
u.kleine-koenig@...gutronix.de, atishp@...osinc.com,
linux-spi@...r.kernel.org, alexandre.belloni@...tlin.com,
bin.meng@...driver.com, devicetree@...r.kernel.org,
geert@...ux-m68k.org, palmer@...belt.com,
linux-kernel@...r.kernel.org, krzysztof.kozlowski@...onical.com,
gregkh@...uxfoundation.org, linux-rtc@...r.kernel.org,
ivan.griffin@...rochip.com, linux-crypto@...r.kernel.org
Subject: Re: [PATCH v3 01/15] dt-bindings: soc/microchip: update syscontroller compatibles
On Fri, 14 Jan 2022 15:17:13 +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
>
> Reviewed-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> 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/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.
Powered by blists - more mailing lists