* [PATCH] ARM: dts: iwg20d-q7: Add pinctl support for scif0 @ 2017-06-16 14:57 Biju Das 2017-06-19 8:42 ` Geert Uytterhoeven 0 siblings, 1 reply; 4+ messages in thread From: Biju Das @ 2017-06-16 14:57 UTC (permalink / raw) To: Rob Herring, Mark Rutland Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das Adding pinctrl support for scif0 interface. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- This patch is been tested against linux-next tag next-20170616. It depends upon the patch "[PATCH v2 1/3] ARM: dts: r8a7743: add PFC support" https://www.spinics.net/lists/arm-kernel/msg577301.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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: iwg20d-q7: Add pinctl support for scif0 2017-06-16 14:57 [PATCH] ARM: dts: iwg20d-q7: Add pinctl support for scif0 Biju Das @ 2017-06-19 8:42 ` Geert Uytterhoeven 2017-06-21 11:33 ` Simon Horman 0 siblings, 1 reply; 4+ messages in thread From: Geert Uytterhoeven @ 2017-06-19 8:42 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org Hi Biju, On Fri, Jun 16, 2017 at 4: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> The patch looks good to me, but without schematics, we cannot verify the actual pins used. Are the schematics somewhere available? Having access to them would allow us doing a better job reviewing your DTS patches. Thanks! 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: iwg20d-q7: Add pinctl support for scif0 2017-06-19 8:42 ` Geert Uytterhoeven @ 2017-06-21 11:33 ` Simon Horman 2017-06-21 13:58 ` Biju Das 0 siblings, 1 reply; 4+ messages in thread From: Simon Horman @ 2017-06-21 11:33 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Biju Das, Rob Herring, Mark Rutland, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org On Mon, Jun 19, 2017 at 10:42:18AM +0200, Geert Uytterhoeven wrote: > Hi Biju, > > On Fri, Jun 16, 2017 at 4: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> > > The patch looks good to me, but without schematics, we cannot verify the > actual pins used. > > Are the schematics somewhere available? Having access to them would allow us > doing a better job reviewing your DTS patches. Echoing Geert's request, it would be great to be able to compare the DT description against some documentation. My understanding is that this patch depends on "[PATCH v2 0/3] Add R8A7743/SK-RZG1M PFC support" which in turn depends on pfc driver support which is on target to be included in v4.13-rc1. Accordingly I have marked this patch as deferred. Please repost or otherwise ping me once the driver dependency is present in an rc release. Thanks. ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] ARM: dts: iwg20d-q7: Add pinctl support for scif0 2017-06-21 11:33 ` Simon Horman @ 2017-06-21 13:58 ` Biju Das 0 siblings, 0 replies; 4+ messages in thread From: Biju Das @ 2017-06-21 13:58 UTC (permalink / raw) To: Simon Horman, Geert Uytterhoeven Cc: Rob Herring, Mark Rutland, Magnus Damm, Russell King, Chris Paterson, devicetree@vger.kernel.org, Linux-Renesas, linux-arm-kernel@lists.infradead.org Hello Simon, > On Mon, Jun 19, 2017 at 10:42:18AM +0200, Geert Uytterhoeven wrote: > > Hi Biju, > > > > On Fri, Jun 16, 2017 at 4: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> > > > > The patch looks good to me, but without schematics, we cannot verify > > the actual pins used. > > > > Are the schematics somewhere available? Having access to them would > > allow us doing a better job reviewing your DTS patches. > > Echoing Geert's request, it would be great to be able to compare the DT > description against some documentation. > > My understanding is that this patch depends on "[PATCH v2 0/3] Add > R8A7743/SK-RZG1M PFC support" which in turn depends on pfc driver > support which is on target to be included in v4.13-rc1. > > Accordingly I have marked this patch as deferred. Please repost or otherwise > ping me once the driver dependency is present in an rc release. Thanks. I will repost/ping you once the pfc driver dependency is present in an rc release. Regards, Biju Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-21 13:58 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-06-16 14:57 [PATCH] ARM: dts: iwg20d-q7: Add pinctl support for scif0 Biju Das 2017-06-19 8:42 ` Geert Uytterhoeven 2017-06-21 11:33 ` Simon Horman 2017-06-21 13:58 ` Biju Das
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).