Dear Lukasz,

On 3 July 2012 18:38, Lukasz Majewski <l.majew...@samsung.com> wrote:
> Support for USB UDC driver at trats board.
>
> Signed-off-by: Lukasz Majewski <l.majew...@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.p...@samsung.com>
> Cc: Marek Vasut <ma...@denx.de>
> Cc: Minkyu Kang <mk7.k...@samsung.com>
> ---
>  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?

> +       s3c_udc_probe(&s5pc210_otg_data);
> +
> +}
>  #endif
>

Thanks.
Minkyu Kang.
-- 
from. prom.
www.promsoft.net
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to