Re: [PATCH V3] usb: ehci-omap: Add Support for DM_USB and OF_CONTROL

2020-05-16 Thread Marek Vasut
On 5/16/20 8:19 AM, Adam Ford wrote: > The omap3.dtsi file shows the usbhshost node with two sub-nodes > for ohci and ehci. This patch file creates the usbhshost, and > pulls the portX-mode information. It then locates the EHCI > sub-node, and initializes the EHCI controller with the info > pulle

[PATCH V3] usb: ehci-omap: Add Support for DM_USB and OF_CONTROL

2020-05-15 Thread Adam Ford
The omap3.dtsi file shows the usbhshost node with two sub-nodes for ohci and ehci. This patch file creates the usbhshost, and pulls the portX-mode information. It then locates the EHCI sub-node, and initializes the EHCI controller with the info pulled from the usbhshost node. There is still more