This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

usb-phy supply vcc not found, using dummy regulator for AM335x with SDK8

Hi all,

  I found below dmesg log messages for USB0 port and How I can fix usb-phy supply vcc not found and  gpios property of node in driver level or device tree?

dmesg log:

[    5.075602] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[    5.075735] 47401300.usb-phy supply vcc not found, using dummy regulator
[    5.226464] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[    5.226595] 47401b00.usb-phy supply vcc not found, using dummy regulator
[    6.027437] random: nonblocking pool is initialized
[    7.975670] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    7.975715] musb-hdrc: MHDRC RTL version 2.0
[    7.975739] musb-hdrc: setup fifo_mode 4
[    7.975780] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    7.976044] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
[    8.014583] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
[    8.073334] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    8.080500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.088169] usb usb1: Product: MUSB HDRC host driver
[    8.093430] usb usb1: Manufacturer: Linux 3.14.26-2.0.1 musb-hcd
[    8.099746] usb usb1: SerialNumber: musb-hdrc.0.auto
[    8.325454] hub 1-0:1.0: USB hub found
[    8.352269] hub 1-0:1.0: 1 port detected

Thanks & Regards

N Shankar