From: Meng Yi <meng.yi@nxp.com>
To: stefan@agner.ch
Cc: Meng Yi <meng.yi@nxp.com>,
Xiubo Li <lixiubo@cmss.chinamobile.com>,
dri-devel@lists.freedesktop.org
Subject: [PATCH v2 2/3] arm:dts:ls1021a: Add sii9022a dts node
Date: Tue, 16 Feb 2016 09:52:46 +0800 [thread overview]
Message-ID: <1455587567-14606-2-git-send-email-meng.yi@nxp.com> (raw)
In-Reply-To: <1455587567-14606-1-git-send-email-meng.yi@nxp.com>
The SiI9022A is an ultra low-power HDMI transmitter. It supports
resolutions from standard definition 480i/p and 576i/p all the way
to high-definition 720p, 1080i, and 1080p, the highest resolution
supported by HDTVs today. It also supports all PC resolutions up
to UXGA for netbooks
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>
---
arch/arm/boot/dts/ls1021a-twr.dts | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index 75ecaed..57107f7 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -57,6 +57,17 @@
enet1_sgmii_phy = &sgmii_phy0;
};
+ hdmi-out {
+ compatible = "hdmi-connector";
+ type = "a";
+
+ port {
+ hdmi_con: endpoint {
+ remote-endpoint = <&sii9022a_out>;
+ };
+ };
+ };
+
sys_mclk: clock-mclk {
compatible = "fixed-clock";
#clock-cells = <0>;
@@ -178,6 +189,24 @@
VDDIO-supply = <®_3p3v>;
clocks = <&sys_mclk 1>;
};
+
+ sii9022a: hdmi@39 {
+ compatible = "sil,sii9022a";
+ reg = <0x39>;
+ interrupts = <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>;
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <1>;
+ sii9022a_out: endpoint {
+ remote-endpoint = <&hdmi_con>;
+ };
+ };
+ };
+ };
};
&ifc {
--
2.1.0.27.g96db324
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-02-16 2:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-16 1:52 [PATCH v2 1/3] drm/layerscape: Add sii9022a driver Meng Yi
2016-02-16 1:52 ` Meng Yi [this message]
2016-02-16 1:52 ` [PATCH v2 3/3] drm/layerscape: Add HDMI driver for freescale DCU Meng Yi
2016-02-16 18:02 ` Stefan Agner
2016-02-17 2:03 ` 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=1455587567-14606-2-git-send-email-meng.yi@nxp.com \
--to=meng.yi@nxp.com \
--cc=dri-devel@lists.freedesktop.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).