Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1661400
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/4] ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes |
| Date | 2017-06-08 17:40 +0200 |
| Message-ID | <tQ7Hs-63v-17@gated-at.bofh.it> (permalink) |
| References | <tQ7Hs-63v-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Neil Armstrong <narmstrong@baylibre.com> - 2017-06-08 17:40 +0200 [PATCH 3/4] ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-06-08 17:40 +0200 [PATCH 2/4] ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-06-08 17:40 +0200 Re: [PATCH 0/4] ARM64: dts: meson-gx: Add HDMI and CVBS nodes for selected boards Kevin Hilman <khilman@baylibre.com> - 2017-06-09 20:40 +0200
csiph-web