arm64: dts: renesas: eagle: add SCIF0 pins
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 10 Nov 2017 20:02:20 +0000 (23:02 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 13 Feb 2018 07:47:37 +0000 (08:47 +0100)
Add the (previously omitted) SCIF0 pin data to the Eagle 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/r8a77970-eagle.dts

index 8fe5c19..f174103 100644 (file)
        clock-frequency = <32768>;
 };
 
+&pfc {
+       scif0_pins: scif0 {
+               groups = "scif0_data";
+               function = "scif0";
+       };
+};
+
 &rwdt {
        timeout-sec = <60>;
        status = "okay";
 };
 
 &scif0 {
+       pinctrl-0 = <&scif0_pins>;
+       pinctrl-names = "default";
+
        status = "okay";
 };