Message ID | 1499252255-35283-1-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7095f279c03a05cf9007001852b939236edc2897 |
Headers | show |
On Wed, Jul 5, 2017 at 12:57 PM, Biju Das <biju.das@bp.renesas.com> wrote: > Adding pinctrl support for scif0 interface. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> 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 Wed, Jul 05, 2017 at 01:18:30PM +0200, Geert Uytterhoeven wrote: > On Wed, Jul 5, 2017 at 12:57 PM, Biju Das <biju.das@bp.renesas.com> wrote: > > Adding pinctrl support for scif0 interface. > > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, applied for v4.14.
diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts index 9b54783..497aec0 100644 --- a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts @@ -20,6 +20,16 @@ }; }; +&pfc { + scif0_pins: scif0 { + groups = "scif0_data_d"; + function = "scif0"; + }; +}; + &scif0 { + pinctrl-0 = <&scif0_pins>; + pinctrl-names = "default"; + status = "okay"; };
Adding pinctrl support for scif0 interface. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- v1-->v1-resend This patch is been tested against linux-next tag next-20170704. It is reposting,since the PFC depedencies now has been accepted. https://www.spinics.net/lists/arm-kernel/msg592332.html arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 10 ++++++++++ 1 file changed, 10 insertions(+)