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
Родитель 99e14b3659
Коммит 7256587cf1
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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