Re: [U-Boot] [PATCH 2/2] sunxi: A64: enable USB support

2016-10-25 Thread Jagan Teki
On Tue, Oct 25, 2016 at 10:05 AM, Amit Tomer wrote: > Hello! > >> >> Since the driver is dm-driven this config not need. > > I tried not to use this config but then driver don't get compiled. > > You're talking about CONFIG_USB_EHCI and CONFIG_USB_EHCI_SUNXI, right ? CONFIG_USB_MAX_CONTROLLER_C

Re: [U-Boot] [PATCH 2/2] sunxi: A64: enable USB support

2016-10-24 Thread Amit Tomer
Hello! > > Since the driver is dm-driven this config not need. I tried not to use this config but then driver don't get compiled. You're talking about CONFIG_USB_EHCI and CONFIG_USB_EHCI_SUNXI, right ? Thanks Amit. ___ U-Boot mailing list U-Boot@lis

Re: [U-Boot] [PATCH 2/2] sunxi: A64: enable USB support

2016-10-21 Thread Jagan Teki
On Fri, Oct 21, 2016 at 6:54 AM, Andre Przywara wrote: > From: Amit Singh Tomar > > Mostly by adding MACH_SUN50I to some existing #ifdefs enable support > for the the HCI0 USB host controller on the A64. > Fix up some minor 64-bit hiccups on the way. > Add the bare minimum DT bits to the A64 .dts

[U-Boot] [PATCH 2/2] sunxi: A64: enable USB support

2016-10-20 Thread Andre Przywara
From: Amit Singh Tomar Mostly by adding MACH_SUN50I to some existing #ifdefs enable support for the the HCI0 USB host controller on the A64. Fix up some minor 64-bit hiccups on the way. Add the bare minimum DT bits to the A64 .dtsi and enable the controllers and the PHY on the Pine64. This is lim