Skip to content

Commit

Permalink
arm64: dts: renesas: r8a774c0-cat874: Add pincontrol support to scif2
Browse files Browse the repository at this point in the history
This patch adds pincontrol support to scif2.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@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 Jan 23, 2019
1 parent 4e87766 commit 4cf1f6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
clock-frequency = <48000000>;
};

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

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

status = "okay";
};

0 comments on commit 4cf1f6c

Please sign in to comment.