Hi,
I need to use the USB1_DRVVBUS to control the Usb hub power in beaglebone running linux sdk 7.0. So i added this line
0x234 (PIN_OUTPUT_PULLUP | MUX_MODE7) under
user_leds_default: user_leds_default {
pinctrl-single,pins = <
and compiled dtb. But in the bot log i am getting this message
[ 9.915597] usb usb2: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
[ 9.922636] usb usb2: SerialNumber: musb-hdrc.1.auto
[ 10.004954] hub 2-0:1.0: USB hub found
[ 10.015697] hub 2-0:1.0: 1 port detected
[ 10.178530] musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (81, <SessEnd), retry #1, port1 00000104
[ 10.330973] musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (81, <SessEnd), retry #2, port1 00000104
Am i missing something in here. The lsusb doesnt show up the correct device also.
Thanks
-RD