Re: [PATCH 3/3] arm: allwinner: Wire up USB EHCI

2020-02-14 Thread Guenter Roeck
On 2/14/20 2:08 AM, Gerd Hoffmann wrote: ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2 ehci-platform 1c1c000.usb: irq 31, io mem 0x01c1c000 ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00 +for (i = 0; i < ARRAY_SIZE(s->ehci); i++) { +object_

Re: [PATCH 3/3] arm: allwinner: Wire up USB EHCI

2020-02-14 Thread Gerd Hoffmann
> ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2 > ehci-platform 1c1c000.usb: irq 31, io mem 0x01c1c000 > ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00 > +for (i = 0; i < ARRAY_SIZE(s->ehci); i++) { > +object_property_set_bool(OBJECT(&s->ehci[i

[PATCH 3/3] arm: allwinner: Wire up USB EHCI

2020-02-13 Thread Guenter Roeck
Initialize EHCI controllers on Allwinner A10. With this patch applied, USB EHCI ports are discovered when booting the cubieboard machine with a recent Linux kernel. ehci-platform 1c14000.usb: EHCI Host Controller ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1 ehci-platfor