Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13b8b8e8 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

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: default avatarMagnus Damm <damm+renesas@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 781f278a
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -80,6 +80,8 @@
};
};


&du {
&du {
	pinctrl-0 = <&du_pins>;
	pinctrl-names = "default";
	status = "okay";
	status = "okay";


	clocks = <&mstp7_clks R8A7794_CLK_DU0>,
	clocks = <&mstp7_clks R8A7794_CLK_DU0>,
@@ -101,6 +103,11 @@
};
};


&pfc {
&pfc {
	du_pins: du {
		renesas,groups = "du1_rgb666", "du1_sync", "du1_disp", "du1_dotclkout0";
		renesas,function = "du";
	};

	scif2_pins: serial2 {
	scif2_pins: serial2 {
		renesas,groups = "scif2_data";
		renesas,groups = "scif2_data";
		renesas,function = "scif2";
		renesas,function = "scif2";