Skip to content

Commit 870b8e3

Browse files
Pierre-Henry Moussayalexandrebelloni
authored andcommitted
dt-bindings: rtc: mpfs-rtc: Add PIC64GX compatibility
PIC64GX is compatible with mfps-rtc without any additional feature Signed-off-by: Pierre-Henry Moussay <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 9852d85 commit 870b8e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/rtc/microchip,mfps-rtc.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ maintainers:
1616

1717
properties:
1818
compatible:
19-
enum:
20-
- microchip,mpfs-rtc
19+
oneOf:
20+
- items:
21+
- const: microchip,pic64gx-rtc
22+
- const: microchip,mpfs-rtc
23+
- const: microchip,mpfs-rtc
2124

2225
reg:
2326
maxItems: 1

0 commit comments

Comments
 (0)