IOMUX in i.MX8M Plus

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IOMUX in i.MX8M Plus

跳至解决方案
1,309 次查看
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 项奖励
回复
1 解答
1,287 次查看
joanxie
NXP TechSupport
NXP TechSupport

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

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,295 次查看
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 项奖励
回复
1,292 次查看
Jimmychea
Contributor III

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

0 项奖励
回复
1,288 次查看
joanxie
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复