Re: [U-Boot] [PATCH] arm: baltos: change USB ports functions

2015-07-10 Thread Tom Rini
On Thu, Jul 09, 2015 at 01:34:24PM +0200, Yegor Yefremov wrote: > Baltos has USB0 connected to a USB hub and thus is host-only. USB1 > is connected to microUSB connector and thus should use OTG mode. > > Signed-off-by: Yegor Yefremov Applied to u-boot/master, thanks! -- Tom signature.asc De

[U-Boot] [PATCH] arm: baltos: change USB ports functions

2015-07-09 Thread Yegor Yefremov
Baltos has USB0 connected to a USB hub and thus is host-only. USB1 is connected to microUSB connector and thus should use OTG mode. Signed-off-by: Yegor Yefremov --- include/configs/baltos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/baltos.h b/includ