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

Configure Feed

Select the types of activity you want to include in your feed.

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 <pierre-henry.moussay@microchip.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://patch.msgid.link/20240930095449.1813195-2-pierre-henry.moussay@microchip.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Pierre-Henry Moussay and committed by
Marc Kleine-Budde
130727c3 65ae975e

+5 -1
+5 -1
Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml
··· 15 15 16 16 properties: 17 17 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 19 23 20 24 reg: 21 25 maxItems: 1