diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-07 00:26:40 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:26:49 -0500 |
commit | 4a46beadec749d690acecc92811259cd7e85c6c4 (patch) | |
tree | bcca42140fcb5b46c346a55b54de327b1711a0d6 /arch | |
parent | 6363070ef7744ad8b6af2ef37afc913c41e82547 (diff) |
ARM: shmobile: lager: add default PFC settings on DTS
SCIF0/SCIF1 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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager-reference.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager-reference.dts b/arch/arm/boot/dts/r8a7790-lager-reference.dts index c462ef138922..0a3f0c60d302 100644 --- a/arch/arm/boot/dts/r8a7790-lager-reference.dts +++ b/arch/arm/boot/dts/r8a7790-lager-reference.dts | |||
@@ -43,3 +43,18 @@ | |||
43 | }; | 43 | }; |
44 | }; | 44 | }; |
45 | }; | 45 | }; |
46 | |||
47 | &pfc { | ||
48 | pinctrl-0 = <&scif0_pins &scif1_pins>; | ||
49 | pinctrl-names = "default"; | ||
50 | |||
51 | scif0_pins: scif0 { | ||
52 | renesas,groups = "scif0_data"; | ||
53 | renesas,function = "scif0"; | ||
54 | }; | ||
55 | |||
56 | scif1_pins: scif1 { | ||
57 | renesas,groups = "scif1_data"; | ||
58 | renesas,function = "scif1"; | ||
59 | }; | ||
60 | }; | ||