arm64: dts: meson-sm1-sei610: add HDMI display support
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 23 Aug 2019 09:04:17 +0000 (11:04 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 29 Aug 2019 23:17:41 +0000 (16:17 -0700)
Add the HDMI support nodes for the Amlogic SM1 Based SEI610 Board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts

index 5700cd73fefc82ac73c3dadd202aec4d168211f6..302107666fa4c2da6074d6a2798d863bc9a64a4d 100644 (file)
                };
        };
 
+       hdmi-connector {
+               compatible = "hdmi-connector";
+               type = "a";
+
+               port {
+                       hdmi_connector_in: endpoint {
+                               remote-endpoint = <&hdmi_tx_tmds_out>;
+                       };
+               };
+       };
+
        leds {
                compatible = "gpio-leds";
 
        phy-mode = "rmii";
 };
 
+&hdmi_tx {
+       status = "okay";
+       pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>;
+       pinctrl-names = "default";
+};
+
+&hdmi_tx_tmds_port {
+       hdmi_tx_tmds_out: endpoint {
+               remote-endpoint = <&hdmi_connector_in>;
+       };
+};
+
 &i2c3 {
        status = "okay";
        pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3_sck_a_pins>;