Part Number: 66AK2G12
Hi,
I have a application that needs to use both USB0 & USB1 as USB devices on our board. However, my PC still can not detect any USB device. I am wondering if usb-phy not working? or one or more kernel libraries not loaded? How do I debug?
[ 0.254387] usbcore: registered new interface driver usbfs
[ 0.254447] usbcore: registered new interface driver hub
[ 0.254565] usbcore: registered new device driver usb
[ 0.254803] usb_phy_generic usbphy:usb-phy@0: usbphy:usb-phy@0 supply vcc not found, using dummy regulator
[ 0.254890] usb_phy_generic usbphy:usb-phy@0: Linked as a consumer to regulator.0
[ 0.255112] usb_phy_generic usbphy:usb-phy@1: usbphy:usb-phy@1 supply vcc not found, using dummy regulator
[ 0.255197] usb_phy_generic usbphy:usb-phy@1: Linked as a consumer to regulator.0
I update the device tree as following:
&keystone_usb0 {
status = "okay";
};
&usb0_phy {
status = "okay";
};
&usb0 {
dr_mode = "peripheral";
status = "okay";
};
&keystone_usb1 {
status = "okay";
};
&usb1_phy {
status = "okay";
};
&usb1 {
dr_mode = "peripheral";
status = "okay";
};
I can see USB0_VBUS has 5v if an USB cable from PC connected to it.
Tom
