All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7794: alt: Enable PFC DU for the VGA port
@ 2015-11-17  3:27 Magnus Damm
  2015-11-24  3:12 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2015-11-17  3:27 UTC (permalink / raw)
  To: linux-sh

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(+)

--- 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";
 };

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: shmobile: r8a7794: alt: Enable PFC DU for the VGA port
  2015-11-17  3:27 [PATCH] ARM: shmobile: r8a7794: alt: Enable PFC DU for the VGA port Magnus Damm
@ 2015-11-24  3:12 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2015-11-24  3:12 UTC (permalink / raw)
  To: linux-sh

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-24  3:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-17  3:27 [PATCH] ARM: shmobile: r8a7794: alt: Enable PFC DU for the VGA port Magnus Damm
2015-11-24  3:12 ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.