Skip to content

Commit 130727c

Browse files
Pierre-Henry Moussaymarckleinebudde
authored andcommitted
dt-bindings: can: mpfs: add PIC64GX CAN compatibility
PIC64GX CAN is compatible with the MPFS CAN, only add a fallback Signed-off-by: Pierre-Henry Moussay <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Marc Kleine-Budde <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 65ae975 commit 130727c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ allOf:
1515

1616
properties:
1717
compatible:
18-
const: microchip,mpfs-can
18+
oneOf:
19+
- items:
20+
- const: microchip,pic64gx-can
21+
- const: microchip,mpfs-can
22+
- const: microchip,mpfs-can
1923

2024
reg:
2125
maxItems: 1

0 commit comments

Comments
 (0)