SUPERH platform development
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH] ARM: shmobile: r8a7794: alt: Enable PFC DU for the VGA port
Date: Tue, 17 Nov 2015 03:27:59 +0000	[thread overview]
Message-ID: <20151117032759.27590.11692.sendpatchset@little-apple> (raw)

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

             reply	other threads:[~2015-11-17  3:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17  3:27 Magnus Damm [this message]
2015-11-24  3:12 ` [PATCH] ARM: shmobile: r8a7794: alt: Enable PFC DU for the VGA port Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151117032759.27590.11692.sendpatchset@little-apple \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox