linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards
@ 2017-06-08 15:31 Neil Armstrong
  2017-06-08 15:31 ` [PATCH 1/4] ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes Neil Armstrong
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-06-08 15:31 UTC (permalink / raw)
  To: linus-amlogic

Add the CVBS and HDMI nodes for the following boards :
 - Wetek Play2
 - Khadas VIM
 - Amlogic P230 Reference board
 - Amlogic P212 Reference board

Neil Armstrong (4):
  ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes
  ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes
  ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
  ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes

 .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts    | 40 ++++++++++++++++++++++
 .../boot/dts/amlogic/meson-gxl-s905d-p230.dts      | 24 +++++++++++++
 .../dts/amlogic/meson-gxl-s905x-khadas-vim.dts     | 23 +++++++++++++
 .../boot/dts/amlogic/meson-gxl-s905x-p212.dts      | 23 +++++++++++++
 4 files changed, 110 insertions(+)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/4] ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes
  2017-06-08 15:31 [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Neil Armstrong
@ 2017-06-08 15:31 ` Neil Armstrong
  2017-06-08 15:31 ` [PATCH 2/4] ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes Neil Armstrong
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-06-08 15:31 UTC (permalink / raw)
  To: linus-amlogic

Add HDMI and CVBS nodes for the Wetek Play2 board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts    | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts
index 743acb5..e76ac31 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts
@@ -85,6 +85,34 @@
 			gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>;
 		};
 	};
+
+	cvbs-connector {
+		compatible = "composite-video-connector";
+
+		port {
+			cvbs_connector_in: endpoint {
+				remote-endpoint = <&cvbs_vdac_out>;
+			};
+		};
+	};
+
+	hdmi-connector {
+		compatible = "hdmi-connector";
+		type = "a";
+
+		port {
+			hdmi_connector_in: endpoint {
+				remote-endpoint = <&hdmi_tx_tmds_out>;
+			};
+		};
+	};
+};
+
+
+&cvbs_vdac_port {
+	cvbs_vdac_out: endpoint {
+		remote-endpoint = <&cvbs_connector_in>;
+	};
 };
 
 &ethmac {
@@ -113,6 +141,18 @@
 	};
 };
 
+&hdmi_tx {
+	status = "okay";
+	pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
+	pinctrl-names = "default";
+};
+
+&hdmi_tx_tmds_port {
+	hdmi_tx_tmds_out: endpoint {
+		remote-endpoint = <&hdmi_connector_in>;
+	};
+};
+
 &i2c_A {
 	status = "okay";
 	pinctrl-0 = <&i2c_a_pins>;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/4] ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes
  2017-06-08 15:31 [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Neil Armstrong
  2017-06-08 15:31 ` [PATCH 1/4] ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes Neil Armstrong
@ 2017-06-08 15:31 ` Neil Armstrong
  2017-06-08 15:31 ` [PATCH 3/4] ARM64: dts: meson-gxl-s905x-khadas-vim: " Neil Armstrong
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-06-08 15:31 UTC (permalink / raw)
  To: linus-amlogic

Add HDMI nodes for the Amlogic P230 board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 .../boot/dts/amlogic/meson-gxl-s905d-p230.dts      | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
index f9fbfda..3e0c023 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
@@ -84,6 +84,17 @@
 		regulator-min-microvolt = <1800000>;
 		regulator-max-microvolt = <1800000>;
 	};
+
+	hdmi-connector {
+		compatible = "hdmi-connector";
+		type = "a";
+
+		port {
+			hdmi_connector_in: endpoint {
+				remote-endpoint = <&hdmi_tx_tmds_out>;
+			};
+		};
+	};
 };
 
 /* P230 has exclusive choice between internal or external PHY */
@@ -113,6 +124,19 @@
 	};
 };
 
+
+&hdmi_tx {
+	status = "okay";
+	pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
+	pinctrl-names = "default";
+};
+
+&hdmi_tx_tmds_port {
+	hdmi_tx_tmds_out: endpoint {
+		remote-endpoint = <&hdmi_connector_in>;
+	};
+};
+
 &saradc {
 	status = "okay";
 	vref-supply = <&vddio_ao18>;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/4] ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
  2017-06-08 15:31 [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Neil Armstrong
  2017-06-08 15:31 ` [PATCH 1/4] ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes Neil Armstrong
  2017-06-08 15:31 ` [PATCH 2/4] ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes Neil Armstrong
@ 2017-06-08 15:31 ` Neil Armstrong
  2017-06-08 15:31 ` [PATCH 4/4] ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes Neil Armstrong
  2017-06-09 18:39 ` [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Kevin Hilman
  4 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-06-08 15:31 UTC (permalink / raw)
  To: linus-amlogic

Add HDMI nodes for the Khadas Vim board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 .../dts/amlogic/meson-gxl-s905x-khadas-vim.dts     | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
index 6a81f01..72c5a9f 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
@@ -54,6 +54,29 @@
 			linux,default-trigger = "default-on";
 		};
 	};
+
+	hdmi-connector {
+		compatible = "hdmi-connector";
+		type = "a";
+
+		port {
+			hdmi_connector_in: endpoint {
+				remote-endpoint = <&hdmi_tx_tmds_out>;
+			};
+		};
+	};
+};
+
+&hdmi_tx {
+	status = "okay";
+	pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
+	pinctrl-names = "default";
+};
+
+&hdmi_tx_tmds_port {
+	hdmi_tx_tmds_out: endpoint {
+		remote-endpoint = <&hdmi_connector_in>;
+	};
 };
 
 &i2c_A {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 4/4] ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes
  2017-06-08 15:31 [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Neil Armstrong
                   ` (2 preceding siblings ...)
  2017-06-08 15:31 ` [PATCH 3/4] ARM64: dts: meson-gxl-s905x-khadas-vim: " Neil Armstrong
@ 2017-06-08 15:31 ` Neil Armstrong
  2017-06-09 18:39 ` [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Kevin Hilman
  4 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-06-08 15:31 UTC (permalink / raw)
  To: linus-amlogic

Add HDMI and CVBS nodes for the Amlogic P212 reference board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 .../boot/dts/amlogic/meson-gxl-s905x-p212.dts      | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts
index db31e09..6ab17c1 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts
@@ -58,6 +58,17 @@
 			};
 		};
 	};
+
+	hdmi-connector {
+		compatible = "hdmi-connector";
+		type = "a";
+
+		port {
+			hdmi_connector_in: endpoint {
+				remote-endpoint = <&hdmi_tx_tmds_out>;
+			};
+		};
+	};
 };
 
 &cvbs_vdac_port {
@@ -66,6 +77,18 @@
 	};
 };
 
+&hdmi_tx {
+	status = "okay";
+	pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
+	pinctrl-names = "default";
+};
+
+&hdmi_tx_tmds_port {
+	hdmi_tx_tmds_out: endpoint {
+		remote-endpoint = <&hdmi_connector_in>;
+	};
+};
+
 /* This UART is brought out to the DB9 connector */
 &uart_AO {
 	status = "okay";
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards
  2017-06-08 15:31 [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Neil Armstrong
                   ` (3 preceding siblings ...)
  2017-06-08 15:31 ` [PATCH 4/4] ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes Neil Armstrong
@ 2017-06-09 18:39 ` Kevin Hilman
  4 siblings, 0 replies; 6+ messages in thread
From: Kevin Hilman @ 2017-06-09 18:39 UTC (permalink / raw)
  To: linus-amlogic

Neil Armstrong <narmstrong@baylibre.com> writes:

> Add the CVBS and HDMI nodes for the following boards :
>  - Wetek Play2
>  - Khadas VIM
>  - Amlogic P230 Reference board
>  - Amlogic P212 Reference board

Applied to v4.13/dt64.

Thanks,

Kevin

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-09 18:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08 15:31 [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Neil Armstrong
2017-06-08 15:31 ` [PATCH 1/4] ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes Neil Armstrong
2017-06-08 15:31 ` [PATCH 2/4] ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes Neil Armstrong
2017-06-08 15:31 ` [PATCH 3/4] ARM64: dts: meson-gxl-s905x-khadas-vim: " Neil Armstrong
2017-06-08 15:31 ` [PATCH 4/4] ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes Neil Armstrong
2017-06-09 18:39 ` [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Kevin Hilman

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).