Hi ,
I am working on imx8mq customize board. I have got error when we configure as device mode and host.
Device tree configuratrion
&usb_dwc3_0 {
dr_mode = "otg";
//extcon = <&extcon_usb0>;
//dr_mode = "peripheral";
//hnp-disable;
//srp-disable;
//adp-disable;
//usb-role-switch;
//snps,dis-u1-entry-quirk;
//snps,dis-u2-entry-quirk;
//maximum-speed = "super-speed";
status = "okay";
port {
usb3_drd_sw: endpoint {
remote-endpoint = <&typec_dr_sw>;
};
};
};
Dmege error :
usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
[ 129.288930] usb usb2-port1: config error
Also I have checked with other cable but same issue.
Please help me on same
Thanks,
Saurav