Hi Biju, On Tue, Aug 30, 2022 at 6:45 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > Enable CAN{0,1} on RZ/N1D-DB board. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v2->v3: > * No change Thanks for your patch! > --- a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts > +++ b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts > @@ -26,6 +26,20 @@ aliases { > }; > }; > > +&can0 { > + pinctrl-0 = <&pins_can0>; > + pinctrl-names = "default"; > + > + status = "okay"; > +}; > + > +&can1 { > + pinctrl-0 = <&pins_can1>; > + pinctrl-names = "default"; > + > + status = "okay"; > +}; According to the schematics and board documentation, only a single CAN connector is present, and the CAN interface to use must be selected using the CN10/CN11 jumpers. Hence I think we need a #define and an #ifdef to configure this, or at least keep one interface disabled, and add a comment explaining why. The rest LGTM. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds