[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <nK7Z7oZFnoE0yhMjColrEPJvSFc7SpHv54Ftu3PJzQjpLA0s1F0Rwa3P5qEQrcFhJVbcUvY3TOFppyaIAS9QX09qg5nPMiilhvOO_W0fmHQ=@conchuod.ie>
Date: Fri, 14 Jan 2022 16:18:50 +0000
From: conor dooley <mail@...chuod.ie>
To: conor.dooley@...rochip.com
Cc: linus.walleij@...aro.org, bgolaszewski@...libre.com,
robh+dt@...nel.org, jassisinghbrar@...il.com,
paul.walmsley@...ive.com, palmer@...belt.com,
aou@...s.berkeley.edu, a.zummo@...ertech.it,
alexandre.belloni@...tlin.com, broonie@...nel.org,
gregkh@...uxfoundation.org, thierry.reding@...il.com,
u.kleine-koenig@...gutronix.de, lee.jones@...aro.org,
linux-gpio@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-i2c@...r.kernel.org,
linux-pwm@...r.kernel.org, linux-riscv@...ts.infradead.org,
linux-crypto@...r.kernel.org, linux-rtc@...r.kernel.org,
linux-spi@...r.kernel.org, linux-usb@...r.kernel.org,
krzysztof.kozlowski@...onical.com, geert@...ux-m68k.org,
bin.meng@...driver.com, heiko@...ech.de, lewis.hanly@...rochip.com,
daire.mcnamara@...rochip.com, ivan.griffin@...rochip.com,
atishp@...osinc.com
Subject: Re: [PATCH v3 01/15] dt-bindings: soc/microchip: update syscontroller compatibles
> 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%)
>
> diff --git a/Documentation/devicetree/bindings/mailbox/microchip,polarfire-soc-mailbox.yaml b/Documentation/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml
> similarity index 82%
> rename from Documentation/devicetree/bindings/mailbox/microchip,polarfire-soc-mailbox.yaml
> rename to Documentation/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml
> index bbb173ea483c..9251c2218c68 100644
> --- a/Documentation/devicetree/bindings/mailbox/microchip,polarfire-soc-mailbox.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml
> @@ -1,7 +1,7 @@
> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> %YAML 1.2
> ---
> -$id: "http://devicetree.org/schemas/mailbox/microchip,polarfire-soc-mailbox.yaml#"
> +$id: "http://devicetree.org/schemas/mailbox/microchip,mpfs-mailbox.yaml#"
> $schema: "http://devicetree.org/meta-schemas/core.yaml#"
>
> title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) mailbox controller
> @@ -11,7 +11,7 @@ maintainers:
>
> properties:
> compatible:
> - const: microchip,polarfire-soc-mailbox
> + const: microchip,mpfs-mailbox
>
> reg:
> items:
> @@ -38,7 +38,7 @@ examples:
> #address-cells = <2>;
> #size-cells = <2>;
> mbox: mailbox@...20000 {
> - compatible = "microchip,polarfire-soc-mailbox";
> + compatible = "mpfs-mailbox";
Example is wrong, should read "microchip,mpfs-mailbox".
Will resubmit Monday.
> reg = <0x0 0x37020000 0x0 0x1000>, <0x0 0x2000318c 0x0 0x40>;
> interrupt-parent = <&L1>;
> interrupts = <96>;
Powered by blists - more mailing lists