I'm having problems configuring the USB-Port, assumingly the problem lies within the device tree. The USB is used as a host, but when I state dr_mode="host", the Port is only powered for a short time in the kernel boot, when I set it to "peripheral" or "otg", the power stays on.
In all cases I'm unable to see the device (USB Mass Storage) from the userspace with lsblk. Any suggestions?
Solved! Go to Solution.
The problem was resolved by moving the pinctrl section to the usbotg node and configuring the regulator-gpio as a gpio in the pin config
The problem was resolved by moving the pinctrl section to the usbotg node and configuring the regulator-gpio as a gpio in the pin config
How is your USB2 design, used as host ( Type A )? Can the usb2 can work well on the host?
Can you share the section schematic to us?