diff mbox series

[PATCH/RFT] arm64: dts: renesas: r8a77990-ebisu: Add serial console pins

Message ID 1540071088-27224-1-git-send-email-ykaneko0929@gmail.com (mailing list archive)
State New, archived
Headers show
Series [PATCH/RFT] arm64: dts: renesas: r8a77990-ebisu: Add serial console pins | expand

Commit Message

Yoshihiro Kaneko Oct. 20, 2018, 9:31 p.m. UTC
From: Takeshi Kihara <takeshi.kihara.df@renesas.com>

This patch adds pin control for SCIF2.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
---

This patch is based on the devel branch of Simon Horman's renesas tree.

 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Simon Horman Nov. 6, 2018, 2:11 p.m. UTC | #1
On Sun, Oct 21, 2018 at 06:31:28AM +0900, Yoshihiro Kaneko wrote:
> From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> 
> This patch adds pin control for SCIF2.
> 
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
> ---
> 
> This patch is based on the devel branch of Simon Horman's renesas tree.

Hi Kaneko-san,

It seems that Marek also, subsequently, posted an upport of this patch.
I have arbitrarily taken his version (which is the same).
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
index f342dd8..611f026 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";
 };