OSDN Git Service

ARM: shmobile: bockw: add default PFC settings on DTS
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 4 Oct 2013 01:31:16 +0000 (18:31 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:26:53 +0000 (17:26 +0900)
SCIF0 PFC setting is needed as default

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7778-bockw-reference.dts

index 969e386..3c1d1f0 100644 (file)
 &irqpin {
        status = "okay";
 };
+
+&pfc {
+       pinctrl-0 = <&scif0_pins>;
+       pinctrl-names = "default";
+
+       scif0_pins: scif0 {
+               renesas,groups = "scif0_data_a", "scif0_ctrl";
+               renesas,function = "scif0";
+       };
+};