From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Wed, 04 Jul 2012 11:33:31 +0200 Subject: [U-Boot] [PATCH 6/7] arm:trats: Support for USB UDC driver at TRATS board. In-Reply-To: References: <1341308291-14663-1-git-send-email-l.majewski@samsung.com> <1341308291-14663-7-git-send-email-l.majewski@samsung.com> Message-ID: <20120704113331.68fe1464@lmajewski.digital.local> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Minkyu, > Dear Lukasz, > > On 3 July 2012 18:38, Lukasz Majewski wrote: > > Support for USB UDC driver at trats board. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Marek Vasut > > Cc: Minkyu Kang > > --- > > board/samsung/trats/trats.c | 9 +++++++++ > > 1 files changed, 9 insertions(+), 0 deletions(-) > > > > diff --git a/board/samsung/trats/trats.c > > b/board/samsung/trats/trats.c index a95a516..2f3a531 100644 > > --- a/board/samsung/trats/trats.c > > +++ b/board/samsung/trats/trats.c > > @@ -59,6 +59,8 @@ static int hwrevision(int rev) > > return (board_rev & 0xf) == rev; > > } > > > > +struct s3c_plat_otg_data s5pc210_otg_data; > > + > > int board_init(void) > > { > > gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; > > @@ -259,6 +261,13 @@ struct s3c_plat_otg_data s5pc210_otg_data = { > > .usb_phy_ctrl = EXYNOS4_USBPHY_CONTROL, > > .usb_flags = PHY0_SLEEP, > > }; > > + > > +void board_usb_init(void) > > +{ > > + puts("USB_udc_probe\n"); > > is it useful information? or debug message? Good point. I will change it to debug. > > > + s3c_udc_probe(&s5pc210_otg_data); > > + > > +} > > #endif > > > > Thanks. > Minkyu Kang. -- Best regards, Lukasz Majewski Samsung Poland R&D Center | Linux Platform Group