From: Magnus Damm Date: Wed, 20 Nov 2013 07:36:59 +0000 (+0900) Subject: ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b91a89cf8d9880d1d82c7f9f4c1a448bb680dc2c;p=linux-beck.git ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-koelsch-reference.dts b/arch/arm/boot/dts/r8a7791-koelsch-reference.dts index 1a0f082b21df..8e7e917d66b6 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch-reference.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch-reference.dts @@ -30,3 +30,18 @@ #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"; + }; +};