On Mon, 13 Feb 2012 12:27:01 +0530 Tushar Behera <tushar.behera@xxxxxxxxxx> wrote: > On 02/10/2012 04:05 PM, Lukasz Majewski wrote: > > This patch adds platform data for using S3C-HSOTG driver at > > Universal_C210 target. > > > > Signed-off-by: Lukasz Majewski <l.majewski@xxxxxxxxxxx> > > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > > --- > > arch/arm/mach-exynos/mach-universal_c210.c | 5 +++++ > > 1 files changed, 5 insertions(+), 0 deletions(-) > > > > diff --git a/arch/arm/mach-exynos/mach-universal_c210.c > > b/arch/arm/mach-exynos/mach-universal_c210.c index dd75101..3aaac61 > > 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c > > +++ b/arch/arm/mach-exynos/mach-universal_c210.c > > @@ -40,6 +40,7 @@ > > #include <plat/fimc-core.h> > > #include <plat/camport.h> > > #include <plat/mipi_csis.h> > > +#include <plat/udc-hs.h> > > > > #include <mach/map.h> > > > > @@ -927,6 +928,9 @@ static struct gpio universal_camera_gpios[] = { > > { GPIO_CAM_MEGA_nRST, GPIOF_OUT_INIT_LOW, > > "CAM_8M_NRST" }, }; > > > > +/* USB OTG */ > > +static struct s3c_hsotg_plat universal_hsotg_pdata; > > + > > static void universal_camera_init(void) > > { > > s3c_set_platdata(&mipi_csis_platdata, > > sizeof(mipi_csis_platdata), @@ -1037,6 +1041,7 @@ static void > > __init universal_machine_init(void) > > i2c_register_board_info(I2C_GPIO_BUS_12, i2c_gpio12_devs, > > ARRAY_SIZE(i2c_gpio12_devs)); > > + s3c_hsotg_set_platdata(&universal_hsotg_pdata); > > universal_camera_init(); > > > > /* Last */ > > Are you not missing the device entry for &s3c_device_usb_hsotg? > > Hi, Yes, rebase error. Thank you for spotting. Correct patch under development. -- Best regards, Lukasz Majewski Samsung Poland R&D Center Platform Group -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html