Hello,
For UUU to work you'll need to disable all dependencies of the Type-C connector for uboot to start correctly.
In your defconfig:
CONFIG_USB_TCPC = n
In your dts file:
&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,
Best regards,
Aldo.