diff mbox

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

Message ID 20151117032759.27590.11692.sendpatchset@little-apple (mailing list archive)
State Superseded
Commit 13b8b8e8fae6bc38941bc5e5e847706beb004082
Delegated to: Simon Horman
Headers show

Commit Message

Magnus Damm Nov. 17, 2015, 3:27 a.m. UTC
From: Magnus Damm <damm+renesas@opensource.se>

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

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Written on top of "renesas-devel-20151113-v4.3" with
 "[PATCH v2 00/03] ARM: shmobile: r8a7794 ALT board DU VGA port enablement V2"

 No other build time dependencies.

 Run time dependency exists on
 "[PATCH 00/04] pinctrl: sh-pfc: r8a7794: DU support"

 arch/arm/boot/dts/r8a7794-alt.dts |    9 +++++++++
 1 file changed, 9 insertions(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Simon Horman Nov. 24, 2015, 3:12 a.m. UTC | #1
On Tue, Nov 17, 2015 at 12:27:59PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
> 
> Tie in r8a7794 PFC DU support to the VGA port on the
> r8a7794 ALT board.
> 
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---
> 
>  Written on top of "renesas-devel-20151113-v4.3" with
>  "[PATCH v2 00/03] ARM: shmobile: r8a7794 ALT board DU VGA port enablement V2"
> 
>  No other build time dependencies.
> 
>  Run time dependency exists on
>  "[PATCH 00/04] pinctrl: sh-pfc: r8a7794: DU support"

I have marked this patch as deferred pending acceptance of that series.
Please repost or otherwise ping me once that has happened.

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 0012/arch/arm/boot/dts/r8a7794-alt.dts
+++ work/arch/arm/boot/dts/r8a7794-alt.dts	2015-11-16 22:18:40.880513000 +0900
@@ -80,6 +80,8 @@ 
 };
 
 &du {
+	pinctrl-0 = <&du_pins>;
+	pinctrl-names = "default";
 	status = "okay";
 
 	clocks = <&mstp7_clks R8A7794_CLK_DU0>,
@@ -100,6 +102,13 @@ 
 	clock-frequency = <20000000>;
 };
 
+&pfc {
+	du_pins: du {
+		renesas,groups = "du1_rgb666", "du1_sync", "du1_disp", "du1_dotclkout0";
+		renesas,function = "du";
+	};
+};
+
 &cmt0 {
 	status = "okay";
 };