diff mbox

[RESEND] ARM: dts: iwg20d-q7: Add pinctl support for scif0

Message ID 1499252255-35283-1-git-send-email-biju.das@bp.renesas.com (mailing list archive)
State Accepted
Commit 7095f279c03a05cf9007001852b939236edc2897
Headers show

Commit Message

Biju Das July 5, 2017, 10:57 a.m. UTC
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(+)

Comments

Geert Uytterhoeven July 5, 2017, 11:18 a.m. UTC | #1
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
Simon Horman July 5, 2017, 12:53 p.m. UTC | #2
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 mbox

Patch

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";
 };