All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hoegeun Kwon <hoegeun.kwon@samsung.com>
To: krzk@kernel.org, robh@kernel.org, thierry.reding@gmail.com,
	airlied@linux.ie, kgene@kernel.org
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	inki.dae@samsung.com, a.hajda@samsung.com, cw00.choi@samsung.com,
	jh80.chung@samsung.com, andi.shyti@samsung.com,
	Hyungwon Hwang <human.hwang@samsung.com>,
	Hoegeun Kwon <hoegeun.kwon@samsung.com>
Subject: [PATCH v9 3/3] arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board
Date: Wed, 01 Feb 2017 16:46:54 +0900	[thread overview]
Message-ID: <1485935214-16210-4-git-send-email-hoegeun.kwon@samsung.com> (raw)
In-Reply-To: <1485935214-16210-1-git-send-email-hoegeun.kwon@samsung.com>

From: Hyungwon Hwang <human.hwang@samsung.com>

This patch add the panel device tree node for S6E3HA2 display
controller to TM2 dts.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index dea0a6f..db3fed2 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
@@ -52,6 +52,18 @@
 	assigned-clock-rates = <250000000>, <400000000>;
 };
 
+&dsi {
+	panel@0 {
+		compatible = "samsung,s6e3ha2";
+		reg = <0>;
+		vdd3-supply = <&ldo27_reg>;
+		vci-supply = <&ldo28_reg>;
+		reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>;
+		enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>;
+		te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;
+	};
+};
+
 &hsi2c_9 {
 	status = "okay";
 
-- 
1.9.1

      parent reply	other threads:[~2017-02-01  7:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170201074709epcas5p4369e00b651b7986e326cffc2bee453fa@epcas5p4.samsung.com>
2017-02-01  7:46 ` [PATCH v9 0/3] Add support for the S6E3HA2 panel on TM2 board Hoegeun Kwon
2017-02-01  7:46   ` Hoegeun Kwon
     [not found]   ` <CGME20170201074711epcas1p3c7f9542d5b6a4501dd7d440d866951ec@epcas1p3.samsung.com>
2017-02-01  7:46     ` [PATCH v9 1/3] dt-bindings: Add support for samsung s6e3ha2 panel binding Hoegeun Kwon
2017-02-01  9:22       ` Krzysztof Kozlowski
2017-02-01  9:22         ` Krzysztof Kozlowski
     [not found]   ` <CGME20170201074711epcas5p4f8e12133bb36c5a4ac8a23acad1471c2@epcas5p4.samsung.com>
2017-02-01  7:46     ` [PATCH v9 2/3] drm/panel: Add support for S6E3HA2 panel driver on TM2 board Hoegeun Kwon
     [not found]   ` <CGME20170201074711epcas1p3fbd82e0c30c54000ac19efd1ae8f74fc@epcas1p3.samsung.com>
2017-02-01  7:46     ` Hoegeun Kwon [this message]

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=1485935214-16210-4-git-send-email-hoegeun.kwon@samsung.com \
    --to=hoegeun.kwon@samsung.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=andi.shyti@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=human.hwang@samsung.com \
    --cc=inki.dae@samsung.com \
    --cc=jh80.chung@samsung.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=thierry.reding@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.