From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Wed, 27 Nov 2013 08:28:14 +0000 Subject: [PATCH 04/04] ARM: shmobile: Genmai SCIF2 PINCTRL configuration Message-Id: <20131127082814.20015.72207.sendpatchset@w520> List-Id: References: <20131127082736.20015.21303.sendpatchset@w520> In-Reply-To: <20131127082736.20015.21303.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Magnus Damm Configure the r7s72100 PINCTRL hardware and select pin function for the SCIF2 serial console. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r7s72100-genmai-reference.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) --- 0009/arch/arm/boot/dts/r7s72100-genmai-reference.dts +++ work/arch/arm/boot/dts/r7s72100-genmai-reference.dts 2013-11-27 17:13:43.000000000 +0900 @@ -58,3 +58,13 @@ }; }; + +&pfc { + pinctrl-0 = <&scif2_pins>; + pinctrl-names = "default"; + + scif2_pins: serial2 { + renesas,groups = "scif2_txd_p3_0", "scif2_rxd_p3_2"; + renesas,function = "scif2"; + }; +};