Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>

authored by

Conor Dooley and committed by
Palmer Dabbelt
21355623 2145bb68

+6 -6
+3 -3
Documentation/devicetree/bindings/mailbox/microchip,polarfire-soc-mailbox.yaml Documentation/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/mailbox/microchip,polarfire-soc-mailbox.yaml#" 4 + $id: "http://devicetree.org/schemas/mailbox/microchip,mpfs-mailbox.yaml#" 5 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 6 6 7 7 title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) mailbox controller ··· 11 11 12 12 properties: 13 13 compatible: 14 - const: microchip,polarfire-soc-mailbox 14 + const: microchip,mpfs-mailbox 15 15 16 16 reg: 17 17 items: ··· 38 38 #address-cells = <2>; 39 39 #size-cells = <2>; 40 40 mbox: mailbox@37020000 { 41 - compatible = "microchip,polarfire-soc-mailbox"; 41 + compatible = "microchip,mpfs-mailbox"; 42 42 reg = <0x0 0x37020000 0x0 0x1000>, <0x0 0x2000318c 0x0 0x40>; 43 43 interrupt-parent = <&L1>; 44 44 interrupts = <96>;
+3 -3
Documentation/devicetree/bindings/soc/microchip/microchip,polarfire-soc-sys-controller.yaml Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-sys-controller.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/soc/microchip/microchip,polarfire-soc-sys-controller.yaml#" 4 + $id: "http://devicetree.org/schemas/soc/microchip/microchip,mpfs-sys-controller.yaml#" 5 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 6 6 7 7 title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) system controller ··· 19 19 maxItems: 1 20 20 21 21 compatible: 22 - const: microchip,polarfire-soc-sys-controller 22 + const: microchip,mpfs-sys-controller 23 23 24 24 required: 25 25 - compatible ··· 30 30 examples: 31 31 - | 32 32 syscontroller: syscontroller { 33 - compatible = "microchip,polarfire-soc-sys-controller"; 33 + compatible = "microchip,mpfs-sys-controller"; 34 34 mboxes = <&mbox 0>; 35 35 };