ARM: shmobile: alt: Correct scif2 pfc

22b160713c ("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>
This commit is contained in:
Simon Horman 2015-11-24 11:16:04 +09:00
parent 99e14b3659
commit 7256587cf1
1 changed files with 3 additions and 0 deletions

View File

@ -189,5 +189,8 @@
};
&scif2 {
pinctrl-0 = <&scif2_pins>;
pinctrl-names = "default";
status = "okay";
};