diff mbox

[1/2] ARM: shmobile: lager: add default PFC settings on DTS

Message ID 87eh7xbtaa.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Commit db58f141ba4a277c9d1dbe93c38bade976894522
Headers show

Commit Message

Kuninori Morimoto Oct. 7, 2013, 4:26 a.m. UTC
SCIF0/SCIF1 PFC setting is needed as default

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/boot/dts/r8a7790-lager-reference.dts |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

Comments

Simon Horman Oct. 9, 2013, 1:59 a.m. UTC | #1
On Sun, Oct 06, 2013 at 09:26:40PM -0700, Kuninori Morimoto wrote:
> SCIF0/SCIF1 PFC setting is needed as default
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thanks, I have queue this up.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7790-lager-reference.dts b/arch/arm/boot/dts/r8a7790-lager-reference.dts
index c462ef1..0a3f0c6 100644
--- a/arch/arm/boot/dts/r8a7790-lager-reference.dts
+++ b/arch/arm/boot/dts/r8a7790-lager-reference.dts
@@ -43,3 +43,18 @@ 
 		};
 	};
 };
+
+&pfc {
+	pinctrl-0 = <&scif0_pins &scif1_pins>;
+	pinctrl-names = "default";
+
+	scif0_pins: scif0 {
+		renesas,groups = "scif0_data";
+		renesas,function = "scif0";
+	};
+
+	scif1_pins: scif1 {
+		renesas,groups = "scif1_data";
+		renesas,function = "scif1";
+	};
+};