[PATCH] ARM: shmobile: Configure r8a7791 PFC on Koelsch via DTS

Magnus Damm magnus.damm at gmail.com
Wed Nov 20 02:36:59 EST 2013


From: Magnus Damm <damm at opensource.se>

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 <damm at opensource.se>
---

 arch/arm/boot/dts/r8a7791-koelsch-reference.dts |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

--- 0001/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
+++ work/arch/arm/boot/dts/r8a7791-koelsch-reference.dts	2013-11-20 16:23:06.000000000 +0900
@@ -30,3 +30,19 @@
 		#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";
+	};
+};
+



More information about the linux-arm-kernel mailing list