Commit 21355623 authored by Conor Dooley's avatar Conor Dooley Committed by Palmer Dabbelt

dt-bindings: soc/microchip: update syscontroller compatibles

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent 2145bb68
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %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#" $schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) mailbox controller title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) mailbox controller
...@@ -11,7 +11,7 @@ maintainers: ...@@ -11,7 +11,7 @@ maintainers:
properties: properties:
compatible: compatible:
const: microchip,polarfire-soc-mailbox const: microchip,mpfs-mailbox
reg: reg:
items: items:
...@@ -38,7 +38,7 @@ examples: ...@@ -38,7 +38,7 @@ examples:
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
mbox: mailbox@37020000 { mbox: mailbox@37020000 {
compatible = "microchip,polarfire-soc-mailbox"; compatible = "microchip,mpfs-mailbox";
reg = <0x0 0x37020000 0x0 0x1000>, <0x0 0x2000318c 0x0 0x40>; reg = <0x0 0x37020000 0x0 0x1000>, <0x0 0x2000318c 0x0 0x40>;
interrupt-parent = <&L1>; interrupt-parent = <&L1>;
interrupts = <96>; interrupts = <96>;
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/soc/microchip/microchip,polarfire-soc-sys-controller.yaml#" $id: "http://devicetree.org/schemas/soc/microchip/microchip,mpfs-sys-controller.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) system controller title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) system controller
...@@ -19,7 +19,7 @@ properties: ...@@ -19,7 +19,7 @@ properties:
maxItems: 1 maxItems: 1
compatible: compatible:
const: microchip,polarfire-soc-sys-controller const: microchip,mpfs-sys-controller
required: required:
- compatible - compatible
...@@ -30,6 +30,6 @@ additionalProperties: false ...@@ -30,6 +30,6 @@ additionalProperties: false
examples: examples:
- | - |
syscontroller: syscontroller { syscontroller: syscontroller {
compatible = "microchip,polarfire-soc-sys-controller"; compatible = "microchip,mpfs-sys-controller";
mboxes = <&mbox 0>; mboxes = <&mbox 0>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment