]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 8 Jun 2017 15:31:22 +0000 (17:31 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 9 Jun 2017 18:38:22 +0000 (11:38 -0700)
Add HDMI nodes for the Khadas Vim board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts

index 6a81f0168da5abdc5ea5c4c4dd080b1008e680e1..72c5a9f64ca8499fe83a11bdbb17c1c95c4206c6 100644 (file)
                        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 {