arm64: dts: renesas: condor: add SCIF0 pins
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 9 Mar 2018 12:07:51 +0000 (15:07 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 16 May 2018 08:44:32 +0000 (10:44 +0200)
Add the (previously omitted) SCIF0 pin data to the Condor board's
device tree.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77980-condor.dts

index 06cf684..38f11ce 100644 (file)
        clock-frequency = <32768>;
 };
 
+&pfc {
+       scif0_pins: scif0 {
+               groups = "scif0_data";
+               function = "scif0";
+       };
+
+       scif_clk_pins: scif_clk {
+               groups = "scif_clk_b";
+               function = "scif_clk";
+       };
+};
+
 &scif0 {
+       pinctrl-0 = <&scif0_pins>, <&scif_clk_pins>;
+       pinctrl-names = "default";
+
        status = "okay";
 };