All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins
@ 2018-11-05 21:38 ` Marek Vasut
  0 siblings, 0 replies; 15+ messages in thread
From: Marek Vasut @ 2018-11-05 21:38 UTC (permalink / raw)
  To: devicetree
  Cc: Takeshi Kihara, Geert Uytterhoeven, Wolfram Sang,
	Yoshihiro Shimoda, linux-renesas-soc, Simon Horman,
	linux-arm-kernel, Marek Vasut

From: Takeshi Kihara <takeshi.kihara.df@renesas.com>

This patch adds pin control for SCIF2 on R8A77990 E3 Ebisu.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Simon Horman <horms+renesas@verge.net.au>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
---
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
index f342dd85b152..611f0265fcc5 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
@@ -321,6 +321,11 @@
 		function = "pwm5";
 	};
 
+	scif2_pins: scif2 {
+		groups = "scif2_data_a";
+		function = "scif2";
+	};
+
 	usb0_pins: usb {
 		groups = "usb0_b";
 		function = "usb0";
@@ -352,6 +357,9 @@
 };
 
 &scif2 {
+	pinctrl-0 = <&scif2_pins>;
+	pinctrl-names = "default";
+
 	status = "okay";
 };
 
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-11-08 22:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-05 21:38 [PATCH] arm64: dts: r8a77990: ebisu: Add serial console pins Marek Vasut
2018-11-05 21:38 ` Marek Vasut
2018-11-05 21:38 ` Marek Vasut
2018-11-06  5:22 ` Yoshihiro Shimoda
2018-11-06  5:22   ` Yoshihiro Shimoda
2018-11-06  5:22   ` Yoshihiro Shimoda
2018-11-06 12:29   ` Simon Horman
2018-11-06 12:29     ` Simon Horman
2018-11-06 12:29     ` Simon Horman
2018-11-08 12:01 ` Geert Uytterhoeven
2018-11-08 12:01   ` Geert Uytterhoeven
2018-11-08 12:01   ` Geert Uytterhoeven
2018-11-08 13:11   ` Simon Horman
2018-11-08 13:11     ` Simon Horman
2018-11-08 13:11     ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.