Skip to content

Commit

Permalink
arm64: dts: renesas: hihope-common: Add pincontrol support to scif2/s…
Browse files Browse the repository at this point in the history
…cif clock

This patch adds pincontrol support to scif2/scif clock.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Biju Das authored and Simon Horman committed Jun 6, 2019
1 parent 438419e commit 871c13a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm64/boot/dts/renesas/hihope-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,25 @@
clock-frequency = <32768>;
};

&pfc {
pinctrl-0 = <&scif_clk_pins>;
pinctrl-names = "default";

scif2_pins: scif2 {
groups = "scif2_data_a";
function = "scif2";
};

scif_clk_pins: scif_clk {
groups = "scif_clk_a";
function = "scif_clk";
};
};

&scif2 {
pinctrl-0 = <&scif2_pins>;
pinctrl-names = "default";

status = "okay";
};

Expand Down

0 comments on commit 871c13a

Please sign in to comment.