Skip to content

Commit

Permalink
arm64: dts: imx8mp-msc-sm2s: Add HDMI output
Browse files Browse the repository at this point in the history
Enable the HDMI output of the MSC SM2-MB-EP1 carrier board based the
SM2S-IMX8PLUS SMARC module.

Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
lucaceresoli authored and Shawn Guo committed Jun 17, 2024
1 parent 6281420 commit be3216d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s-ep1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@
};
};

&hdmi_pvi {
status = "okay";
};

&hdmi_tx {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hdmi>;
status = "okay";
};

&hdmi_tx_phy {
status = "okay";
};

&lcdif3 {
status = "okay";
};

&i2c1 {
sgtl5000: audio-codec@a {
compatible = "fsl,sgtl5000";
Expand Down Expand Up @@ -92,6 +110,15 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_smarc_gpio>;

pinctrl_hdmi: hdmigrp {
fsl,pins = <
MX8MP_IOMUXC_HDMI_DDC_SCL__HDMIMIX_HDMI_SCL 0x1c2
MX8MP_IOMUXC_HDMI_DDC_SDA__HDMIMIX_HDMI_SDA 0x1c2
MX8MP_IOMUXC_HDMI_CEC__HDMIMIX_HDMI_CEC 0x10
MX8MP_IOMUXC_HDMI_HPD__HDMIMIX_HDMI_HPD 0x10
>;
};

pinctrl_sai2: sai2grp {
fsl,pins = <
MX8MP_IOMUXC_SAI2_TXFS__AUDIOMIX_SAI2_TX_SYNC 0xd6
Expand Down

0 comments on commit be3216d

Please sign in to comment.