diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-17 12:14:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-17 12:14:21 -0400 |
commit | 32535bd5637d3152f944f124bcc82d498892ba1b (patch) | |
tree | 99d33b58cfec44f4cf95fad5efa75aea0dd7d60b /arch/arm/mach-s5pv210/mach-goni.c | |
parent | 0b623f871d7c993fac8ad7aaaa8f5f3cdb8ed480 (diff) | |
parent | 3a36dd068f4308461661d28e8e14e11e426eba6b (diff) |
Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into usb-next
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-goni.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 93ab278dadd7..f20a97c8e411 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -279,6 +279,9 @@ static void __init goni_tsp_init(void) | |||
279 | i2c2_devs[0].irq = gpio_to_irq(gpio); | 279 | i2c2_devs[0].irq = gpio_to_irq(gpio); |
280 | } | 280 | } |
281 | 281 | ||
282 | /* USB OTG */ | ||
283 | static struct s3c_hsotg_plat goni_hsotg_pdata; | ||
284 | |||
282 | static void goni_camera_init(void) | 285 | static void goni_camera_init(void) |
283 | { | 286 | { |
284 | s5pv210_fimc_setup_gpio(S5P_CAMPORT_A); | 287 | s5pv210_fimc_setup_gpio(S5P_CAMPORT_A); |
@@ -942,6 +945,8 @@ static void __init goni_machine_init(void) | |||
942 | s3c_set_platdata(&goni_fimc_md_platdata, sizeof(goni_fimc_md_platdata), | 945 | s3c_set_platdata(&goni_fimc_md_platdata, sizeof(goni_fimc_md_platdata), |
943 | &s5p_device_fimc_md); | 946 | &s5p_device_fimc_md); |
944 | 947 | ||
948 | s3c_hsotg_set_platdata(&goni_hsotg_pdata); | ||
949 | |||
945 | goni_camera_init(); | 950 | goni_camera_init(); |
946 | 951 | ||
947 | /* SPI */ | 952 | /* SPI */ |