ARM: shmobile: alt: Correct scif2 pfc
authorSimon Horman <horms+renesas@verge.net.au>
Tue, 24 Nov 2015 02:16:04 +0000 (11:16 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Nov 2015 01:30:30 +0000 (10:30 +0900)
22b160713cb6 ("ARM: shmobile: alt: Add pfc pins to DT") introduced pfc pins
to the alt device tree but did not reference them. This patch fixes scif2
pfc by adding references to the scif2 pins.

Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7794-alt.dts

index b255a87..c8cafc1 100644 (file)
 };
 
 &scif2 {
+       pinctrl-0 = <&scif2_pins>;
+       pinctrl-names = "default";
+
        status = "okay";
 };