IOMUX in i.MX8M Plus

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IOMUX in i.MX8M Plus

Jump to solution
848 Views
Jimmychea
Contributor III

Hi, Below are device tree are captured from imx8mp-evk.dts. I want to know if my custom board without HDMI, will below red color highlighted device tree still needed ?

&iomuxc {
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_hog>;

    pinctrl_hog: hoggrp {
        fsl,pins = <
        MX8MP_IOMUXC_HDMI_DDC_SCL__HDMIMIX_HDMI_SCL 0x400001c3
        MX8MP_IOMUXC_HDMI_DDC_SDA__HDMIMIX_HDMI_SDA 0x400001c3
        MX8MP_IOMUXC_HDMI_HPD__HDMIMIX_HDMI_HPD 0x40000019
        MX8MP_IOMUXC_HDMI_CEC__HDMIMIX_HDMI_CEC 0x40000019
        >;
    };

};

0 Kudos
Reply
1 Solution
826 Views
joanxie
NXP TechSupport
NXP TechSupport

if you don't use these pad for other function you can remove it

View solution in original post

0 Kudos
Reply
3 Replies
834 Views
joanxie
NXP TechSupport
NXP TechSupport

if you don't use HDMI, just leave HDMI_DDC_SCL, HDMI_DDC_SDA, HDMI_HPD, HDMI_CEC unconnected, on SW, you can ignore them and disable the HDMI

0 Kudos
Reply
831 Views
Jimmychea
Contributor III

Means can remove red highlighted part in imx8mp-evk.dts right ?

0 Kudos
Reply
827 Views
joanxie
NXP TechSupport
NXP TechSupport

if you don't use these pad for other function you can remove it

0 Kudos
Reply