diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 11:54:28 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-12 17:16:56 +0400 |
commit | 5be97ca4a4f6e11c4a839ec3c08dea25589dfeb4 (patch) | |
tree | 22699f077ca2659615b6324b4d05e0db4a5d1581 /arch/arm/boot/dts/r8a7778-bockw-reference.dts | |
parent | 9930dc8ee1f59271a54ed4b4922c9c944625a8d6 (diff) | |
download | linux-5be97ca4a4f6e11c4a839ec3c08dea25589dfeb4.tar.xz |
ARM: shmobile: bockw-reference: Initialise SCIF device using DT
Initialise SCIF device using DT when booting bockw
using DT reference.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7778-bockw-reference.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw-reference.dts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts index f76f6ec01e19..3342c74c5de8 100644 --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts @@ -23,6 +23,10 @@ model = "bockw"; compatible = "renesas,bockw-reference", "renesas,r8a7778"; + aliases { + serial0 = &scif0; + }; + chosen { bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw"; }; @@ -70,9 +74,6 @@ }; &pfc { - pinctrl-0 = <&scif0_pins>; - pinctrl-names = "default"; - scif0_pins: serial0 { renesas,groups = "scif0_data_a", "scif0_ctrl"; renesas,function = "scif0"; @@ -124,3 +125,10 @@ }; }; }; + +&scif0 { + pinctrl-0 = <&scif0_pins>; + pinctrl-names = "default"; + + status = "okay"; +}; |