All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
To: linux-renesas-soc@vger.kernel.org
Subject: [PATCH v2 4/4] arm64: dts: renesas: salvator-x: Enable DU
Date: Tue,  9 Aug 2016 15:29:12 +0300	[thread overview]
Message-ID: <1470745752-23738-5-git-send-email-laurent.pinchart+renesas@ideasonboard.com> (raw)
In-Reply-To: <1470745752-23738-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

Only the VGA output is supported for now.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
index 98f02631a0f0..8f916c52f261 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
@@ -135,6 +135,50 @@
 			sound-dai = <&ak4613>;
 		};
 	};
+
+	vga-encoder {
+		compatible = "adi,adv7123";
+
+		ports {
+			#address-cells = <1>;
+			#size-cells = <0>;
+
+			port@0 {
+				reg = <0>;
+				adv7123_in: endpoint {
+					remote-endpoint = <&du_out_rgb>;
+				};
+			};
+			port@1 {
+				reg = <1>;
+				adv7123_out: endpoint {
+					remote-endpoint = <&vga_in>;
+				};
+			};
+		};
+	};
+
+	vga {
+		compatible = "vga-connector";
+
+		port {
+			vga_in: endpoint {
+				remote-endpoint = <&adv7123_out>;
+			};
+		};
+	};
+};
+
+&du {
+	status = "okay";
+
+	ports {
+		port@0 {
+			endpoint {
+				remote-endpoint = <&adv7123_in>;
+			};
+		};
+	};
 };
 
 &extal_clk {
-- 
Regards,

Laurent Pinchart

  parent reply	other threads:[~2016-08-09 12:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 12:29 [PATCH v2 0/4] R-Car Gen3 DU enablement on Salvator-X board Laurent Pinchart
2016-08-09 12:29 ` [PATCH v2 1/4] arm64: dts: renesas: r8a7795: Add FCPV nodes Laurent Pinchart
2016-08-29 16:14   ` Geert Uytterhoeven
2016-08-09 12:29 ` [PATCH v2 2/4] arm64: dts: renesas: r8a7795: Add VSP instances Laurent Pinchart
2016-08-29 16:12   ` Geert Uytterhoeven
2016-08-30  9:36     ` Laurent Pinchart
2016-08-09 12:29 ` [PATCH v2 3/4] arm64: dts: renesas: r8a7795: Add DU device to DT Laurent Pinchart
2016-08-11  9:08   ` Geert Uytterhoeven
2016-08-09 12:29 ` Laurent Pinchart [this message]
2016-08-11  9:17   ` [PATCH v2 4/4] arm64: dts: renesas: salvator-x: Enable DU Geert Uytterhoeven
2016-08-11 15:37     ` Laurent Pinchart
2016-08-12  9:20       ` Laurent Pinchart
2016-08-15  8:16         ` Simon Horman

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=1470745752-23738-5-git-send-email-laurent.pinchart+renesas@ideasonboard.com \
    --to=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linux-renesas-soc@vger.kernel.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 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.