Message ID | 20220309162609.3726306-4-uli+renesas@fpond.eu (mailing list archive) |
---|---|
State | Mainlined |
Commit | 76695c0ce0be5e4f690a85c48b9333fb7056eb30 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | [v4,1/4] can: rcar_canfd: Add support for r8a779a0 SoC | expand |
On Wed, Mar 9, 2022 at 5:26 PM Ulrich Hecht <uli+renesas@fpond.eu> wrote: > Enables confirmed-working CAN interfaces 0 and 1 on the Falcon board. > > Signed-off-by: Ulrich Hecht <uli+renesas@fpond.eu> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, will queue in renesas-devel for v5.19. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org 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
On Fri, Mar 11, 2022 at 6:04 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote: > On Wed, Mar 9, 2022 at 5:26 PM Ulrich Hecht <uli+renesas@fpond.eu> wrote: > > Enables confirmed-working CAN interfaces 0 and 1 on the Falcon board. > > > > Signed-off-by: Ulrich Hecht <uli+renesas@fpond.eu> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Thanks, will queue in renesas-devel for v5.19. ... with the canfd moved up, to preserve sort order. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org 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
diff --git a/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts b/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts index e46dc9aa0a43..75e27f950ac0 100644 --- a/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts +++ b/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts @@ -65,4 +65,28 @@ pins_mii { }; }; + + canfd0_pins: canfd0 { + groups = "canfd0_data"; + function = "canfd0"; + }; + + canfd1_pins: canfd1 { + groups = "canfd1_data"; + function = "canfd1"; + }; +}; + +&canfd { + pinctrl-0 = <&canfd0_pins>, <&canfd1_pins>; + pinctrl-names = "default"; + status = "okay"; + + channel0 { + status = "okay"; + }; + + channel1 { + status = "okay"; + }; };