arm64: dts: imx8mp: Enable HDMI on TQMa8MPxL/MBa8MPxL
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Wed, 10 Apr 2024 06:37:05 +0000 (08:37 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Apr 2024 04:58:20 +0000 (12:58 +0800)
Enable HDMI nodes and add the output connector.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

index 86d3da36e4f3eecf64c0168c825baee86dfdab3f..c51ed7d991d186ca2a89c4dcaf7db7c63b435f57 100644 (file)
                };
        };
 
+       hdmi-connector {
+               compatible = "hdmi-connector";
+               label = "X44";
+               type = "a";
+
+               port {
+                       hdmi_connector_in: endpoint {
+                               remote-endpoint = <&hdmi_tx_out>;
+                       };
+               };
+       };
+
        display: display {
                /*
                 * Display is not fixed, so compatible has to be added from
                          "", "", "", "";
 };
 
+&hdmi_pvi {
+       status = "okay";
+};
+
+&hdmi_tx {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_hdmi>;
+       status = "okay";
+
+       ports {
+               port@1 {
+                       hdmi_tx_out: endpoint {
+                               remote-endpoint = <&hdmi_connector_in>;
+                       };
+               };
+       };
+};
+
+&hdmi_tx_phy {
+       status = "okay";
+};
+
 &i2c2 {
        clock-frequency = <384000>;
        pinctrl-names = "default", "gpio";
        status = "okay";
 };
 
+&lcdif3 {
+       status = "okay";
+};
+
 &pcf85063 {
        /* RTC_EVENT# is connected on MBa8MPxL */
        pinctrl-names = "default";