All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jianwei Wang <jianwei.wang.chn@gmail.com>
To: <dri-devel@lists.freedesktop.org>
Cc: <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>,
	Jianwei Wang <jianwei.wang.chn@gmail.com>,
	Alison Wang <b18965@freescale.com>,
	Xiubo Li <lixiubo@cmss.chinamobile.com>
Subject: [PATCH 2/2] arm:dts:ls1021a: Add SiI902x dts node
Date: Thu, 27 Aug 2015 12:19:58 +0800	[thread overview]
Message-ID: <1440649198-27244-2-git-send-email-jianwei.wang.chn@gmail.com> (raw)
In-Reply-To: <1440649198-27244-1-git-send-email-jianwei.wang.chn@gmail.com>

The SiI902x is a HDMI transmitter.

Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Jianwei Wang <jianwei.wang.chn@gmail.com>
---
 arch/arm/boot/dts/ls1021a-twr.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index a2c591e..c3140f0 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -79,6 +79,12 @@
 
 &i2c1 {
 	status = "okay";
+
+	hdmi: sii9022a@39 {
+		compatible = "sii902x";
+		reg = <0x39>;
+		interrupts = <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>;
+		};
 };
 
 &ifc {
-- 
2.1.0.27.g96db324


WARNING: multiple messages have this Message-ID (diff)
From: Jianwei Wang <jianwei.wang.chn@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: devicetree@vger.kernel.org,
	Xiubo Li <lixiubo@cmss.chinamobile.com>,
	Alison Wang <b18965@freescale.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm:dts:ls1021a: Add SiI902x dts node
Date: Thu, 27 Aug 2015 12:19:58 +0800	[thread overview]
Message-ID: <1440649198-27244-2-git-send-email-jianwei.wang.chn@gmail.com> (raw)
In-Reply-To: <1440649198-27244-1-git-send-email-jianwei.wang.chn@gmail.com>

The SiI902x is a HDMI transmitter.

Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Jianwei Wang <jianwei.wang.chn@gmail.com>
---
 arch/arm/boot/dts/ls1021a-twr.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index a2c591e..c3140f0 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -79,6 +79,12 @@
 
 &i2c1 {
 	status = "okay";
+
+	hdmi: sii9022a@39 {
+		compatible = "sii902x";
+		reg = <0x39>;
+		interrupts = <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>;
+		};
 };
 
 &ifc {
-- 
2.1.0.27.g96db324

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

WARNING: multiple messages have this Message-ID (diff)
From: jianwei.wang.chn@gmail.com (Jianwei Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm:dts:ls1021a: Add SiI902x dts node
Date: Thu, 27 Aug 2015 12:19:58 +0800	[thread overview]
Message-ID: <1440649198-27244-2-git-send-email-jianwei.wang.chn@gmail.com> (raw)
In-Reply-To: <1440649198-27244-1-git-send-email-jianwei.wang.chn@gmail.com>

The SiI902x is a HDMI transmitter.

Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Jianwei Wang <jianwei.wang.chn@gmail.com>
---
 arch/arm/boot/dts/ls1021a-twr.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index a2c591e..c3140f0 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -79,6 +79,12 @@
 
 &i2c1 {
 	status = "okay";
+
+	hdmi: sii9022a at 39 {
+		compatible = "sii902x";
+		reg = <0x39>;
+		interrupts = <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>;
+		};
 };
 
 &ifc {
-- 
2.1.0.27.g96db324

  reply	other threads:[~2015-08-27  4:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27  4:19 [PATCH 1/2] drm/layerscape: Add HDMI support for DCU DRM driver Jianwei Wang
2015-08-27  4:19 ` Jianwei Wang
2015-08-27  4:19 ` Jianwei Wang
2015-08-27  4:19 ` Jianwei Wang [this message]
2015-08-27  4:19   ` [PATCH 2/2] arm:dts:ls1021a: Add SiI902x dts node Jianwei Wang
2015-08-27  4:19   ` Jianwei Wang
2015-08-27 16:49 ` [PATCH 1/2] drm/layerscape: Add HDMI support for DCU DRM driver Rob Herring
2015-08-27 16:49   ` Rob Herring
2015-08-27 16:49   ` Rob Herring

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=1440649198-27244-2-git-send-email-jianwei.wang.chn@gmail.com \
    --to=jianwei.wang.chn@gmail.com \
    --cc=b18965@freescale.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lixiubo@cmss.chinamobile.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.