Hello,
It seems that uboot is failing to initialize the type-C in the board, you can try removing from the defconfig and from the dts file those dependencies:
From defconfig:
CONFIG_USB_TCPC = n
fsl-imx8mm-evk.dts:
&usbotg1
{
--- drm_mode= "otg";
--- extcon = <0>, <&typec1_ptn5110>;
--- picophy,pre-emp-curr-control = <3>;
--- picophy,dc-vol-level-adjust = <7>;
status = "okay";
};
&usbotg2
{
--- drm_mode= "otg";
--- extcon = <0>, <&typec2_ptn5110>;
--- picophy,pre-emp-curr-control = <3>;
--- picophy,dc-vol-level-adjust = <7>;
status = "okay";
};
Hope this helps,
Regards,
Aldo.
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------