* [PATCH][RESEND] ARM: dts: iwg20d-q7: Add pinctl support for scif0 @ 2017-07-05 10:57 Biju Das [not found] ` <1499252255-35283-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Biju Das @ 2017-07-05 10:57 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Biju Das Adding pinctrl support for scif0 interface. Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> --- 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(+) 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"; }; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1499252255-35283-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>]
* Re: [PATCH][RESEND] ARM: dts: iwg20d-q7: Add pinctl support for scif0 [not found] ` <1499252255-35283-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> @ 2017-07-05 11:18 ` Geert Uytterhoeven [not found] ` <CAMuHMdXV86iApm9kvkLJP96T1OY1-41H2J8e7QOfpfKN=mDHCw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Geert Uytterhoeven @ 2017-07-05 11:18 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On Wed, Jul 5, 2017 at 12:57 PM, Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> wrote: > Adding pinctrl support for scif0 interface. > > Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CAMuHMdXV86iApm9kvkLJP96T1OY1-41H2J8e7QOfpfKN=mDHCw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH][RESEND] ARM: dts: iwg20d-q7: Add pinctl support for scif0 [not found] ` <CAMuHMdXV86iApm9kvkLJP96T1OY1-41H2J8e7QOfpfKN=mDHCw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2017-07-05 12:53 ` Simon Horman 0 siblings, 0 replies; 3+ messages in thread From: Simon Horman @ 2017-07-05 12:53 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Biju Das, Rob Herring, Mark Rutland, Magnus Damm, Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org 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-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> wrote: > > Adding pinctrl support for scif0 interface. > > > > Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> > > Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Thanks, applied for v4.14. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-05 12:53 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-07-05 10:57 [PATCH][RESEND] ARM: dts: iwg20d-q7: Add pinctl support for scif0 Biju Das [not found] ` <1499252255-35283-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> 2017-07-05 11:18 ` Geert Uytterhoeven [not found] ` <CAMuHMdXV86iApm9kvkLJP96T1OY1-41H2J8e7QOfpfKN=mDHCw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2017-07-05 12:53 ` Simon Horman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).