All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
To: linux-sh@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org, Magnus Damm <magnus.damm@gmail.com>
Subject: [RFC/PATCH 7/7] ARM: shmobile: koelsch: Enable DU device in DT
Date: Tue, 21 Jan 2014 15:32:42 +0000	[thread overview]
Message-ID: <1390318362-29954-8-git-send-email-laurent.pinchart+renesas@ideasonboard.com> (raw)
In-Reply-To: <1390318362-29954-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

Enable the DU device and configure the related pins.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 74f0985..678c54e 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -104,6 +104,12 @@
 	};
 };
 
+&du {
+	pinctrl-0 = <&du_pins>;
+	pinctrl-names = "default";
+	status = "okay";
+};
+
 &extal_clk {
 	clock-frequency = <20000000>;
 };
@@ -112,6 +118,11 @@
 	pinctrl-0 = <&scif0_pins &scif1_pins>;
 	pinctrl-names = "default";
 
+	du_pins: du {
+		renesas,groups = "du_rgb666", "du_sync", "du_clk_out_0";
+		renesas,function = "du";
+	};
+
 	scif0_pins: serial0 {
 		renesas,groups = "scif0_data_d";
 		renesas,function = "scif0";
-- 
1.8.3.2


WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
To: linux-sh@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org, Magnus Damm <magnus.damm@gmail.com>
Subject: [RFC/PATCH 7/7] ARM: shmobile: koelsch: Enable DU device in DT
Date: Tue, 21 Jan 2014 16:32:42 +0100	[thread overview]
Message-ID: <1390318362-29954-8-git-send-email-laurent.pinchart+renesas@ideasonboard.com> (raw)
In-Reply-To: <1390318362-29954-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

Enable the DU device and configure the related pins.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 74f0985..678c54e 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -104,6 +104,12 @@
 	};
 };
 
+&du {
+	pinctrl-0 = <&du_pins>;
+	pinctrl-names = "default";
+	status = "okay";
+};
+
 &extal_clk {
 	clock-frequency = <20000000>;
 };
@@ -112,6 +118,11 @@
 	pinctrl-0 = <&scif0_pins &scif1_pins>;
 	pinctrl-names = "default";
 
+	du_pins: du {
+		renesas,groups = "du_rgb666", "du_sync", "du_clk_out_0";
+		renesas,function = "du";
+	};
+
 	scif0_pins: serial0 {
 		renesas,groups = "scif0_data_d";
 		renesas,function = "scif0";
-- 
1.8.3.2


  parent reply	other threads:[~2014-01-21 15:32 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21 15:32 [RFC/PATCH 0/7] Renesas R-Car DU OF support Laurent Pinchart
2014-01-21 15:32 ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 1/7] drm/rcar-du: Add " Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:35   ` [RFC/PATCH 1/7 RESEND] " Laurent Pinchart
2014-01-21 15:35     ` Laurent Pinchart
2014-01-23  9:52   ` [RFC/PATCH 1/7] " Magnus Damm
2014-01-23  9:52     ` Magnus Damm
2014-01-23 11:31     ` Laurent Pinchart
2014-01-23 11:31       ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 2/7] ARM: shmobile: r8a7790: Add DU node to device tree Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 3/7] ARM: shmobile: lager-reference: Add DU platform data Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 4/7] ARM: shmobile: lager: Enable DU device in DT Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 5/7] ARM: shmobile: r8a7791: Add DU node to device tree Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` [RFC/PATCH 6/7] ARM: shmobile: koelsch-reference: Add DU platform data Laurent Pinchart
2014-01-21 15:32   ` Laurent Pinchart
2014-01-21 15:32 ` Laurent Pinchart [this message]
2014-01-21 15:32   ` [RFC/PATCH 7/7] ARM: shmobile: koelsch: Enable DU device in DT Laurent Pinchart

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=1390318362-29954-8-git-send-email-laurent.pinchart+renesas@ideasonboard.com \
    --to=laurent.pinchart+renesas@ideasonboard.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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 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.