[PATCH 2/2] USB: MUSB: defer driver probes where necessary

2020-02-25 Thread Ahmad Fatoum
Kernel commit 0782e8572c ("ARM: dts: Probe am335x musb with ti-sysc") which we pulled in during the v2020.02.0 dts/ sync moved the USB nodes to be under a ti-sysc bus instead of ti,am33xx-usb. This new probe order broke am335x USB under barebox, because the MUSB drivers couldn't cope with the now

Re: [PATCH 2/2] USB: MUSB: defer driver probes where necessary

2020-02-25 Thread Yegor Yefremov
On Tue, Feb 25, 2020 at 5:57 PM Ahmad Fatoum wrote: > > Kernel commit 0782e8572c ("ARM: dts: Probe am335x musb with ti-sysc") > which we pulled in during the v2020.02.0 dts/ sync moved the USB nodes > to be under a ti-sysc bus instead of ti,am33xx-usb. > > This new probe order broke am335x USB und