Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-22 Thread Minkyu Kang
On 06/12/14 05:26, Sjoerd Simons wrote: > Add samsung,vbus-gpio information for the XU3. This allows the usage of > the EHCI controller on the XU3, which is connected to the SMSC LAN9514 > chip (usb hub + network). > > Signed-off-by: Sjoerd Simons > --- > Changes since v1: > + Correct gpio numb

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Sjoerd Simons
Hey Hyungwon Hwang, On Tue, 2014-12-09 at 13:10 +0900, Hyungwon Hwang wrote: > Dear all, > > On Mon, 08 Dec 2014 19:36:46 -0800 > Suriyan Ramasami wrote: > > In odroid_xu3.h you might want to add the below as well (for LAN + > > USB storage) > > > > +/* Enable USB */ > > +#define CONFIG_CMD_US

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Kevin Hilman
Suriyan Ramasami writes: > Hello Hyungwon Hwang, > > On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang > wrote: >> Dear Sjoerd, >> >> On Fri, 05 Dec 2014 21:26:10 +0100 >> Sjoerd Simons wrote: >> >>> Add samsung,vbus-gpio information for the XU3. This allows the usage >>> of the EHCI controller o

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Hyungwon Hwang
Dear all, On Mon, 08 Dec 2014 19:36:46 -0800 Suriyan Ramasami wrote: > Hello Hyungwon Hwang, > > On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang > wrote: > > Dear Sjoerd, > > > > On Fri, 05 Dec 2014 21:26:10 +0100 > > Sjoerd Simons wrote: > > > >> Add samsung,vbus-gpio information for the XU3.

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Suriyan Ramasami
Hello Hyungwon Hwang, On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang wrote: > Dear Sjoerd, > > On Fri, 05 Dec 2014 21:26:10 +0100 > Sjoerd Simons wrote: > >> Add samsung,vbus-gpio information for the XU3. This allows the usage >> of the EHCI controller on the XU3, which is connected to the SMSC

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Hyungwon Hwang
Dear Sjoerd, On Fri, 05 Dec 2014 21:26:10 +0100 Sjoerd Simons wrote: > Add samsung,vbus-gpio information for the XU3. This allows the usage > of the EHCI controller on the XU3, which is connected to the SMSC > LAN9514 chip (usb hub + network). > > Signed-off-by: Sjoerd Simons > --- > Changes s

[U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-05 Thread Sjoerd Simons
Add samsung,vbus-gpio information for the XU3. This allows the usage of the EHCI controller on the XU3, which is connected to the SMSC LAN9514 chip (usb hub + network). Signed-off-by: Sjoerd Simons --- Changes since v1: + Correct gpio number + Add USB configuration in the odroid XU3 default c