diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2016-08-31 06:02:49 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-09-06 06:57:24 -0400 |
commit | af111bce5437c6d4174434c9f5002f463f83d651 (patch) | |
tree | a8a3417ea8154b4df068690310fe8726a4a59c80 | |
parent | b10690d11fead70652c2544098e41436258ec443 (diff) |
arm64: dts: h3ulcb: enable SCIF clk and pins
This enables the external crystal for the SCIF_CLK and its pinctrl, to
be used by the Baud Rate Generator for External Clock (BRG) on (H)SCIF.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts index ecb9e1102266..67ce368ff9ee 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | |||
@@ -37,10 +37,18 @@ | |||
37 | }; | 37 | }; |
38 | 38 | ||
39 | &pfc { | 39 | &pfc { |
40 | pinctrl-0 = <&scif_clk_pins>; | ||
41 | pinctrl-names = "default"; | ||
42 | |||
40 | scif2_pins: scif2 { | 43 | scif2_pins: scif2 { |
41 | groups = "scif2_data_a"; | 44 | groups = "scif2_data_a"; |
42 | function = "scif2"; | 45 | function = "scif2"; |
43 | }; | 46 | }; |
47 | |||
48 | scif_clk_pins: scif_clk { | ||
49 | groups = "scif_clk_a"; | ||
50 | function = "scif_clk"; | ||
51 | }; | ||
44 | }; | 52 | }; |
45 | 53 | ||
46 | &scif2 { | 54 | &scif2 { |
@@ -49,3 +57,8 @@ | |||
49 | 57 | ||
50 | status = "okay"; | 58 | status = "okay"; |
51 | }; | 59 | }; |
60 | |||
61 | &scif_clk { | ||
62 | clock-frequency = <14745600>; | ||
63 | status = "okay"; | ||
64 | }; | ||