[U-Boot] [PATCH v2] usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs

2019-10-10 Thread Igor Opaniuk
From: Igor Opaniuk This fixes the issues with calculation of controller indexes in ehci_usb_bind() for iMX7, as USB controllers on iMX7 SoCs aren't placed next to each other, and their addresses incremented by 0x1. Example of USB nodes for iMX7S/D: usbotg1: usb@30b1 { compatible = "

Re: [U-Boot] [PATCH v2] usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs

2019-10-11 Thread Marcel Ziswiler
On Thu, 2019-10-10 at 16:09 +0300, Igor Opaniuk wrote: > From: Igor Opaniuk > > This fixes the issues with calculation of controller indexes in > ehci_usb_bind() for iMX7, as USB controllers on iMX7 SoCs aren't > placed next to each other, and their addresses incremented by > 0x1. > > Exampl

Re: [U-Boot] [PATCH v2] usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs

2019-10-12 Thread Marek Vasut
On 10/10/19 3:09 PM, Igor Opaniuk wrote: > From: Igor Opaniuk > > This fixes the issues with calculation of controller indexes in > ehci_usb_bind() for iMX7, as USB controllers on iMX7 SoCs aren't > placed next to each other, and their addresses incremented by 0x1. > > Example of USB nodes f