* [PATCH] ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS
@ 2013-11-20 7:36 Magnus Damm
2013-11-21 4:04 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2013-11-20 7:36 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Configure the "D" set of data signals for SCIF0 and SCIF1
on the Koelsch board to setup pinctrl serial console bits.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/boot/dts/r8a7791-koelsch-reference.dts | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--- 0001/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
+++ work/arch/arm/boot/dts/r8a7791-koelsch-reference.dts 2013-11-20 16:23:06.000000000 +0900
@@ -30,3 +30,19 @@
#size-cells = <1>;
};
};
+
+&pfc {
+ pinctrl-0 = <&scif0_pins &scif1_pins>;
+ pinctrl-names = "default";
+
+ scif0_pins: serial0 {
+ renesas,groups = "scif0_data_d";
+ renesas,function = "scif0";
+ };
+
+ scif1_pins: serial1 {
+ renesas,groups = "scif1_data_d";
+ renesas,function = "scif1";
+ };
+};
+
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS
2013-11-20 7:36 [PATCH] ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS Magnus Damm
@ 2013-11-21 4:04 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-11-21 4:04 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Nov 20, 2013 at 04:36:59PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
>
> Configure the "D" set of data signals for SCIF0 and SCIF1
> on the Koelsch board to setup pinctrl serial console bits.
>
Signed-off-by: Magnus Damm <damm@opensource.se>
Thanks, I will queue this up after removing the trailing blank line that
this patch introduces. Assuming all goes will I plan to push this and
other updates today or tomorrow.
> ---
>
> arch/arm/boot/dts/r8a7791-koelsch-reference.dts | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> --- 0001/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
> +++ work/arch/arm/boot/dts/r8a7791-koelsch-reference.dts 2013-11-20 16:23:06.000000000 +0900
> @@ -30,3 +30,19 @@
> #size-cells = <1>;
> };
> };
> +
> +&pfc {
> + pinctrl-0 = <&scif0_pins &scif1_pins>;
> + pinctrl-names = "default";
> +
> + scif0_pins: serial0 {
> + renesas,groups = "scif0_data_d";
> + renesas,function = "scif0";
> + };
> +
> + scif1_pins: serial1 {
> + renesas,groups = "scif1_data_d";
> + renesas,function = "scif1";
> + };
> +};
> +
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-21 4:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20 7:36 [PATCH] ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS Magnus Damm
2013-11-21 4:04 ` 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).