ARM: shmobile: r8a7794: alt: Enable PFC DU for the VGA port

Tie in r8a7794 PFC DU support to the VGA port on the
r8a7794 ALT board.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Magnus Damm 2015-11-17 12:27:59 +09:00 committed by Simon Horman
parent 781f278a16
commit 13b8b8e8fa
1 changed files with 7 additions and 0 deletions

View File

@ -80,6 +80,8 @@
};
&du {
pinctrl-0 = <&du_pins>;
pinctrl-names = "default";
status = "okay";
clocks = <&mstp7_clks R8A7794_CLK_DU0>,
@ -101,6 +103,11 @@
};
&pfc {
du_pins: du {
renesas,groups = "du1_rgb666", "du1_sync", "du1_disp", "du1_dotclkout0";
renesas,function = "du";
};
scif2_pins: serial2 {
renesas,groups = "scif2_data";
renesas,function = "scif2";