All of lore.kernel.org
 help / color / mirror / Atom feed
From: Meng Yi <meng.yi@nxp.com>
To: stefan@agner.ch, jianwei.wang.chn@gmail.com,
	dri-devel@lists.freedesktop.org
Cc: Meng Yi <meng.yi@nxp.com>, Xiubo Li <lixiubo@cmss.chinamobile.com>
Subject: [PATCH v3 2/3] arm:dts:ls1021a: Add sii9022a dts node
Date: Wed, 9 Mar 2016 16:31:01 +0800	[thread overview]
Message-ID: <1457512262-45984-2-git-send-email-meng.yi@nxp.com> (raw)
In-Reply-To: <1457512262-45984-1-git-send-email-meng.yi@nxp.com>

This patch adds sii9022a node for ls1021a-twr.

Signed-off-by: Meng Yi <meng.yi@nxp.com>
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Jianwei Wang <jianwei.wang.chn@gmail.com>
---
Change in v3:
Using of_graph to describe connection to DCU.
---
 arch/arm/boot/dts/ls1021a-twr.dts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index 75ecaed..db7e465 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -114,6 +114,12 @@
 &dcu {
 	fsl,panel = <&panel>;
 	status = "okay";
+
+	port@0 {
+		dcu_out_hdmi: endpoint {
+			remote-endpoint = <&sii9022a_out>;
+		};
+	};
 };
 
 &dspi1 {
@@ -178,6 +184,18 @@
 		VDDIO-supply = <&reg_3p3v>;
 		clocks = <&sys_mclk 1>;
 	};
+
+	sii9022a: hdmi@39 {
+		compatible = "sil,sii9022a";
+		reg = <0x39>;
+		interrupts = <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>;
+
+		port@0 {
+			sii9022a_out: endpoint {
+				remote-endpoint = <&dcu_out_hdmi>;
+			};
+		};
+	};
 };
 
 &ifc {
-- 
2.1.0.27.g96db324

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2016-03-09  8:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-09  8:31 [PATCH v3 1/3] drm/layerscape: Add sii9022a driver Meng Yi
2016-03-09  8:31 ` Meng Yi [this message]
2016-03-09  8:31 ` [PATCH v3 3/3] drm/layerscape: Add HDMI driver for freescale DCU Meng Yi
2016-03-09 11:49 ` [PATCH v3 1/3] drm/layerscape: Add sii9022a driver Emil Velikov
2016-03-09 13:22   ` Boris Brezillon
2016-03-10  2:29     ` Meng Yi
2016-03-10  9:11     ` Laurent Pinchart
2016-03-10  2:16   ` Meng Yi

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=1457512262-45984-2-git-send-email-meng.yi@nxp.com \
    --to=meng.yi@nxp.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jianwei.wang.chn@gmail.com \
    --cc=lixiubo@cmss.chinamobile.com \
    --cc=stefan@agner.ch \
    /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.