Skip to content

Commit 7a58bae

Browse files
committed
dt-bindings: soc: microchip: add compatible for the mss-top-sysreg on pic64gx
pic64gx has an identical sysreg syscon to mpfs, add it using a fallback. Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 6de23f8 commit 7a58bae

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-mss-top-sysreg.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ description:
1515

1616
properties:
1717
compatible:
18-
items:
19-
- const: microchip,mpfs-mss-top-sysreg
20-
- const: syscon
21-
- const: simple-mfd
18+
oneOf:
19+
- items:
20+
- const: microchip,mpfs-mss-top-sysreg
21+
- const: syscon
22+
- const: simple-mfd
23+
- items:
24+
- const: microchip,pic64gx-mss-top-sysreg
25+
- const: microchip,mpfs-mss-top-sysreg
26+
- const: syscon
27+
- const: simple-mfd
2228

2329
reg:
2430
maxItems: 1

0 commit comments

Comments
 (0)