Message ID | 20240930095449.1813195-2-pierre-henry.moussay@microchip.com |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [linux,v2,01/20] dt-bindings: can: mpfs: add PIC64GX CAN compatibility | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Mon, Sep 30, 2024 at 10:54:30AM +0100, pierre-henry.moussay@microchip.com wrote: > From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > 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>
On 30.09.2024 10:54:30, pierre-henry.moussay@microchip.com wrote: > From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > PIC64GX CAN is compatible with the MPFS CAN, only add a fallback > > Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> Reviewed-by: Marc Kleine-Budde <mkl@pengutronix.de> Who is going to take this patch/series? Marc
On Mon, Sep 30, 2024 at 06:32:29PM +0200, Marc Kleine-Budde wrote: > On 30.09.2024 10:54:30, pierre-henry.moussay@microchip.com wrote: > > From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > > > PIC64GX CAN is compatible with the MPFS CAN, only add a fallback > > > > Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > Reviewed-by: Marc Kleine-Budde <mkl@pengutronix.de> > > Who is going to take this patch/series? Ideally you take this patch, and other subsystem maintainers take the ones relevant to their subsystem. And I guess, I take what is left over along with the dts patches.
On 30.09.2024 17:37:22, Conor Dooley wrote: > On Mon, Sep 30, 2024 at 06:32:29PM +0200, Marc Kleine-Budde wrote: > > On 30.09.2024 10:54:30, pierre-henry.moussay@microchip.com wrote: > > > From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > > > > > PIC64GX CAN is compatible with the MPFS CAN, only add a fallback > > > > > > Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > > > Reviewed-by: Marc Kleine-Budde <mkl@pengutronix.de> > > > > Who is going to take this patch/series? > > Ideally you take this patch, and other subsystem maintainers take the > ones relevant to their subsystem. And I guess, I take what is left over > along with the dts patches. Makes sense. Consider it applied to linux-can-next. regards, Marc
diff --git a/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml b/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml index 01e4d4a54df6..1219c5cb601f 100644 --- a/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml +++ b/Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml @@ -15,7 +15,11 @@ allOf: properties: compatible: - const: microchip,mpfs-can + oneOf: + - items: + - const: microchip,pic64gx-can + - const: microchip,mpfs-can + - const: microchip,mpfs-can reg: maxItems: 1