Tool/software:
Hi all,
We are using Am625ALW in our systesm in which USB1 is used in host mode. we are facing issues in the usb detection. whenever an usb is connected we are getting the below logs and no usb is connected when we check using lsblk.
This is the device tree config for USb1,
&usbss1 {
ti,vbus-divider;
status="okay";
};
&usb1 {
dr_mode = "host";
status = "okay";
};
this is logs we get whenever we connect a usb device,
root@verdin-am62-15415780:~# [ 354.948175] usb 1-1: new full-speed USB device number 18 using xhci-hcd [ 355.080210] usb 1-1: device descriptor read/64, error -71 [ 355.320191] usb 1-1: device descriptor read/64, error -71 [ 355.560196] usb 1-1: new full-speed USB device number 19 using xhci-hcd [ 355.692247] usb 1-1: device descriptor read/64, error -71 [ 355.932200] usb 1-1: device descriptor read/64, error -71 [ 356.044486] usb usb1-port1: attempt power cycle [ 356.460174] usb 1-1: new full-speed USB device number 20 using xhci-hcd [ 356.466927] usb 1-1: Device not responding to setup address. [ 356.680290] usb 1-1: Device not responding to setup address. [ 356.892175] usb 1-1: device not accepting address 20, error -71 [ 357.024177] usb 1-1: new full-speed USB device number 21 using xhci-hcd [ 357.030923] usb 1-1: Device not responding to setup address. [ 357.244264] usb 1-1: Device not responding to setup address. [ 357.456176] usb 1-1: device not accepting address 21, error -71 [ 357.462436] usb usb1-port1: unable to enumerate USB device
, below are the schamtics of the usb section,
