]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: renesas: r8a774c0-cat874: Add pincontrol support to scif2
authorBiju Das <biju.das@bp.renesas.com>
Wed, 16 Jan 2019 18:37:48 +0000 (18:37 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 23 Jan 2019 08:50:43 +0000 (09:50 +0100)
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>
arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts

index 6eababc9327563e3eaae03b8d9b769843b7e8461..c545ce5320c7455f973bbacd828a2d832a425f2f 100644 (file)
@@ -32,6 +32,16 @@ &extal_clk {
        clock-frequency = <48000000>;
 };
 
+&pfc {
+       scif2_pins: scif2 {
+               groups = "scif2_data_a";
+               function = "scif2";
+       };
+};
+
 &scif2 {
+       pinctrl-0 = <&scif2_pins>;
+       pinctrl-names = "default";
+
        status = "okay";
 };