Skip to content

Commit

Permalink
ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes
Browse files Browse the repository at this point in the history
Add HDMI and CVBS nodes for the Amlogic P212 reference board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
superna9999 authored and khilman committed Jun 9, 2017
1 parent b43186d commit 27f87bd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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";
Expand Down

0 comments on commit 27f87bd

Please sign in to comment.