All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sean Paul <seanpaul@chromium.org>
To: kgene.kim@samsung.com, dri-devel@lists.freedesktop.org,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	devicetree@vger.kernel.org, inki.dae@samsung.com
Cc: airlied@linux.ie, Sean Paul <seanpaul@chromium.org>
Subject: [PATCH v2 2/5] ARM: dts: Add dp-controller node to exynos5250-snow
Date: Thu,  3 Oct 2013 18:28:20 -0400	[thread overview]
Message-ID: <1380839303-4834-3-git-send-email-seanpaul@chromium.org> (raw)
In-Reply-To: <1380839303-4834-1-git-send-email-seanpaul@chromium.org>

This patch adds the dp-controller node to the exynos5250-snow board dts
file.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
---

v2: Added dp-controller address to node (rebased on linux-next)

 arch/arm/boot/dts/exynos5250-snow.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index 2a0f0de..f1cf68e 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -186,6 +186,18 @@
 		samsung,vbus-gpio = <&gpx1 1 0>;
 	};
 
+	dp-controller@145B0000 {
+		samsung,color-space = <0>;
+		samsung,dynamic-range = <0>;
+		samsung,ycbcr-coeff = <0>;
+		samsung,color-depth = <1>;
+		samsung,link-rate = <0x0a>;
+		samsung,lane-count = <2>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&dp_hpd>;
+	};
+
 	fimd: fimd@14400000 {
 		display-timings {
 			native-mode = <&lcd_timing>;
-- 
1.8.4


WARNING: multiple messages have this Message-ID (diff)
From: seanpaul@chromium.org (Sean Paul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/5] ARM: dts: Add dp-controller node to exynos5250-snow
Date: Thu,  3 Oct 2013 18:28:20 -0400	[thread overview]
Message-ID: <1380839303-4834-3-git-send-email-seanpaul@chromium.org> (raw)
In-Reply-To: <1380839303-4834-1-git-send-email-seanpaul@chromium.org>

This patch adds the dp-controller node to the exynos5250-snow board dts
file.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
---

v2: Added dp-controller address to node (rebased on linux-next)

 arch/arm/boot/dts/exynos5250-snow.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index 2a0f0de..f1cf68e 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -186,6 +186,18 @@
 		samsung,vbus-gpio = <&gpx1 1 0>;
 	};
 
+	dp-controller at 145B0000 {
+		samsung,color-space = <0>;
+		samsung,dynamic-range = <0>;
+		samsung,ycbcr-coeff = <0>;
+		samsung,color-depth = <1>;
+		samsung,link-rate = <0x0a>;
+		samsung,lane-count = <2>;
+
+		pinctrl-names = "default";
+		pinctrl-0 = <&dp_hpd>;
+	};
+
 	fimd: fimd at 14400000 {
 		display-timings {
 			native-mode = <&lcd_timing>;
-- 
1.8.4

  parent reply	other threads:[~2013-10-03 22:29 UTC|newest]

Thread overview: 131+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-01 23:40 [PATCH 0/5] Add some missing bits for exynos5250-snow Sean Paul
2013-10-01 23:40 ` Sean Paul
2013-10-01 23:40 ` [PATCH 1/5] ARM: dts: Add fimd display-timings " Sean Paul
2013-10-01 23:40   ` Sean Paul
2013-10-01 23:40 ` [PATCH 2/5] ARM: dts: Add dp-controller node to exynos5250-snow Sean Paul
2013-10-01 23:40   ` Sean Paul
2013-10-02 21:10   ` Olof Johansson
2013-10-02 21:10     ` Olof Johansson
2013-10-02 21:10     ` Olof Johansson
2013-10-03 16:06     ` Sean Paul
2013-10-03 16:06       ` Sean Paul
2013-10-03 16:06       ` Sean Paul
2013-10-01 23:40 ` [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver Sean Paul
2013-10-01 23:40   ` Sean Paul
2013-10-01 23:40   ` Sean Paul
2013-10-02 21:20   ` Olof Johansson
2013-10-02 21:20     ` Olof Johansson
2013-10-02 21:20     ` Olof Johansson
2013-10-03 13:55   ` Inki Dae
2013-10-03 13:55     ` Inki Dae
2013-10-03 13:55     ` Inki Dae
2013-10-03 14:57     ` Sean Paul
2013-10-03 14:57       ` Sean Paul
2013-10-03 14:57       ` Sean Paul
2013-10-03 17:39       ` Inki Dae
2013-10-03 17:39         ` Inki Dae
2013-10-03 17:39         ` Inki Dae
2013-10-03 18:01         ` Olof Johansson
2013-10-03 18:01           ` Olof Johansson
2013-10-03 18:01           ` Olof Johansson
2013-10-04  2:05           ` Inki Dae
2013-10-04  2:05             ` Inki Dae
2013-10-04  2:05             ` Inki Dae
2013-10-09 18:29             ` Mark Brown
2013-10-09 18:29               ` Mark Brown
2013-10-09 18:29               ` Mark Brown
2013-10-10  4:18               ` Inki Dae
2013-10-10  4:18                 ` Inki Dae
2013-10-10  9:37                 ` Mark Brown
2013-10-10  9:37                   ` Mark Brown
2013-10-10 11:40                   ` Inki Dae
2013-10-10 11:40                     ` Inki Dae
2013-10-10 12:23                     ` Mark Brown
2013-10-10 12:23                       ` Mark Brown
2013-10-03 18:09         ` Sean Paul
2013-10-03 18:09           ` Sean Paul
2013-10-03 18:09           ` Sean Paul
2013-10-03 18:23           ` Inki Dae
2013-10-03 18:23             ` Inki Dae
2013-10-03 18:23             ` Inki Dae
2013-10-03 18:32             ` Sean Paul
2013-10-03 18:32               ` Sean Paul
2013-10-03 18:32               ` Sean Paul
2013-10-04  1:59               ` Inki Dae
2013-10-04  1:59                 ` Inki Dae
2013-10-04  1:59                 ` Inki Dae
2013-10-01 23:40 ` [PATCH 4/5] drm/exynos: Initialize ptn3460 if present Sean Paul
2013-10-01 23:40   ` Sean Paul
2013-10-03 14:43   ` Inki Dae
2013-10-03 14:43     ` Inki Dae
2013-10-03 14:43     ` Inki Dae
2013-10-03 15:02     ` Sean Paul
2013-10-03 15:02       ` Sean Paul
2013-10-03 15:02       ` Sean Paul
2013-10-03 17:18       ` Inki Dae
2013-10-03 17:18         ` Inki Dae
2013-10-03 17:18         ` Inki Dae
2013-10-03 17:27         ` Sean Paul
2013-10-03 17:27           ` Sean Paul
2013-10-03 17:27           ` Sean Paul
2013-10-03 18:10           ` Inki Dae
2013-10-03 18:10             ` Inki Dae
2013-10-03 18:10             ` Inki Dae
2013-10-01 23:41 ` [PATCH 5/5] ARM: dts: Add ptn3460 to exynos5250-snow Sean Paul
2013-10-01 23:41   ` Sean Paul
2013-10-02 21:07 ` [PATCH 0/5] Add some missing bits for exynos5250-snow Olof Johansson
2013-10-02 21:07   ` Olof Johansson
2013-10-02 21:07   ` Olof Johansson
2013-10-03 22:28 ` [PATCH v2 " Sean Paul
2013-10-03 22:28   ` Sean Paul
2013-10-03 22:28   ` Sean Paul
2013-10-03 22:28   ` [PATCH v2 1/5] ARM: dts: Add fimd display-timings " Sean Paul
2013-10-03 22:28     ` Sean Paul
2013-10-04  2:20     ` Jingoo Han
2013-10-04  2:20       ` Jingoo Han
2013-10-04  2:20       ` Jingoo Han
2013-10-03 22:28   ` Sean Paul [this message]
2013-10-03 22:28     ` [PATCH v2 2/5] ARM: dts: Add dp-controller node to exynos5250-snow Sean Paul
2013-10-04  2:24     ` Jingoo Han
2013-10-04  2:24       ` Jingoo Han
2013-10-03 22:28   ` [PATCH v2 3/5] drm/bridge: Add PTN3460 bridge driver Sean Paul
2013-10-03 22:28     ` Sean Paul
2013-10-03 22:28   ` [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present Sean Paul
2013-10-03 22:28     ` Sean Paul
2013-10-04  2:29     ` Inki Dae
2013-10-04  2:29       ` Inki Dae
2013-10-04  2:29       ` Inki Dae
2013-10-04  2:41       ` Sean Paul
2013-10-04  2:41         ` Sean Paul
2013-10-04  2:41         ` Sean Paul
2013-10-04  4:18         ` Inki Dae
2013-10-04  4:18           ` Inki Dae
2013-10-04  4:18           ` Inki Dae
2013-10-04 14:17           ` Sean Paul
2013-10-04 14:17             ` Sean Paul
2013-10-04 14:17             ` Sean Paul
2013-10-04 15:01             ` Inki Dae
2013-10-04 15:01               ` Inki Dae
2013-10-04 15:01               ` Inki Dae
2013-10-04 15:04               ` Sean Paul
2013-10-04 15:04                 ` Sean Paul
2013-10-04 16:01                 ` Inki Dae
2013-10-04 16:01                   ` Inki Dae
2013-10-04 16:01                   ` Inki Dae
2013-10-03 22:28   ` [PATCH v2 5/5] ARM: dts: Add ptn3460 to exynos5250-snow Sean Paul
2013-10-03 22:28     ` Sean Paul
2013-10-03 22:35   ` [PATCH v2 0/5] Add some missing bits for exynos5250-snow Olof Johansson
2013-10-03 22:35     ` Olof Johansson
2013-10-03 22:35     ` Olof Johansson
2013-10-10 22:26   ` [PATCH v3 " Sean Paul
2013-10-10 22:26     ` Sean Paul
2013-10-10 22:26     ` [PATCH v3 1/5] ARM: dts: Add fimd display-timings " Sean Paul
2013-10-10 22:26       ` Sean Paul
2013-10-10 22:26     ` [PATCH v3 2/5] ARM: dts: Add dp-controller node to exynos5250-snow Sean Paul
2013-10-10 22:26       ` Sean Paul
2013-10-10 22:26     ` [PATCH v3 3/5] drm/bridge: Add PTN3460 bridge driver Sean Paul
2013-10-10 22:26       ` Sean Paul
2013-10-10 22:26     ` [PATCH v3 4/5] drm/exynos: Initialize ptn3460 if present Sean Paul
2013-10-10 22:26       ` Sean Paul
2013-10-10 22:26     ` [PATCH v3 5/5] ARM: dts: Add ptn3460 to exynos5250-snow Sean Paul
2013-10-10 22:26       ` Sean Paul

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=1380839303-4834-3-git-send-email-seanpaul@chromium.org \
    --to=seanpaul@chromium.org \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@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 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.