From: kbingham@kernel.org (Kieran Bingham)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 8/8] [PoC] arm64: dts: renesas: r8a77995-draak: Add ADV7612
Date: Thu, 15 Feb 2018 08:38:23 +0000 [thread overview]
Message-ID: <1518683903-10681-9-git-send-email-kbingham@kernel.org> (raw)
In-Reply-To: <1518683903-10681-1-git-send-email-kbingham@kernel.org>
From: Kieran Bingham <kieran.bingham@ideasonboard.com>
Provide a node for the ADV7612. There is no VIN support yet, so this
node will only instantiate the device on the I2C bus for I2C address
testing.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 43 ++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
index df0c7773cb7d..d7dd471c9fde 100644
--- a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
@@ -27,6 +27,17 @@
stdout-path = "serial0:115200n8";
};
+ hdmi-in {
+ compatible = "hdmi-connector";
+ type = "a";
+
+ port {
+ hdmi_con_in: endpoint {
+ remote-endpoint = <&adv7612_in>;
+ };
+ };
+ };
+
hdmi-out {
compatible = "hdmi-connector";
type = "a";
@@ -168,6 +179,38 @@
};
};
};
+
+ hdmi-in at 4c {
+ compatible = "adi,adv7612";
+ reg = <0x4c>, <0x5a>, <0x5b>, <0x5c>, <0x5d>, <0x5e>, <0x5f>,
+ <0x6a>, <0x6b>, <0x6c>, <0x6d>, <0x6e>, <0x6f>;
+ reg-names = "main", "avlink", "cec", "infoframe", "esdp",
+ "dpp", "afe", "rep", "edid", "hdmi", "test",
+ "cp", "vdp";
+
+ /* ADV7612_INTn connected only to test point CP56. */
+
+ default-input = <0>;
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port at 0 {
+ reg = <0>;
+ adv7612_in: endpoint {
+ remote-endpoint = <&hdmi_con_in>;
+ };
+ };
+
+ port at 2 {
+ reg = <2>;
+ adv7612_out: endpoint {
+ // remote-endpoint = <&vin0ep2>;
+ };
+ };
+ };
+ };
};
&i2c1 {
--
2.7.4
prev parent reply other threads:[~2018-02-15 8:38 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-15 8:38 [PATCH 0/8] r8a77995 D3 DU and LVDS support Kieran Bingham
2018-02-15 8:38 ` [PATCH 1/8] pinctrl: sh-pfc: r8a77995: Add DU support Kieran Bingham
2018-02-15 12:32 ` Kieran Bingham
2018-02-15 8:38 ` [PATCH 2/8] dt-bindings: display: renesas, du: Document r8a77995 bindings Kieran Bingham
2018-02-15 13:59 ` Laurent Pinchart
2018-02-15 8:38 ` [PATCH 3/8] dt-bindings: display: renesas, lvds: Add LVDS binding for D3 Kieran Bingham
2018-02-15 8:45 ` Kieran Bingham
2018-02-15 14:04 ` Laurent Pinchart
2018-02-15 14:02 ` Laurent Pinchart
2018-02-15 8:38 ` [PATCH 4/8] arm64: dts: renesas: r8a77995: add DU support Kieran Bingham
2018-02-15 14:07 ` Laurent Pinchart
2018-02-15 16:52 ` Simon Horman
2018-02-15 8:38 ` [PATCH 5/8] arm64: dts: renesas: r8a77995: Add LVDS support Kieran Bingham
2018-02-15 9:07 ` Geert Uytterhoeven
2018-02-15 12:41 ` Kieran Bingham
2018-02-15 12:46 ` Geert Uytterhoeven
2018-02-15 14:10 ` Laurent Pinchart
2018-02-15 14:24 ` Kieran Bingham
2018-02-15 16:51 ` Simon Horman
2018-02-15 8:38 ` [PATCH 6/8] arm64: dts: renesas: r8a77995-draak: Enable DU Kieran Bingham
2018-02-15 14:12 ` Laurent Pinchart
2018-02-15 14:30 ` Kieran Bingham
2018-02-15 16:52 ` Simon Horman
2018-02-16 12:32 ` [PATCH v2] " Kieran Bingham
2018-02-16 13:42 ` Simon Horman
2018-02-15 8:38 ` [PATCH 7/8] arm64: dts: renesas: r8a77995-draak: Add HDMI Out through ADV7511 Kieran Bingham
2018-02-15 14:16 ` Laurent Pinchart
2018-02-15 16:50 ` Simon Horman
2018-02-16 11:51 ` Kieran Bingham
2018-02-15 8:38 ` Kieran Bingham [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=1518683903-10681-9-git-send-email-kbingham@kernel.org \
--to=kbingham@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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 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).