aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2012-05-12 19:24:14 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-05-16 09:32:12 -0400
commit460dcb0220c369921fb55eccc70ea8d8f8bb3ba3 (patch)
tree0fc899d3244ba3426cd8b0ab39eef48cd8aa2473 /arch/arm
parent8ea2d9e7de03d147d0bd0ac684fef00e469705e0 (diff)
ARM: EXYNOS: Add s3c-hsotg device support for GONI board
This patch adds hsotg device to the GONI board. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-s5pv210/Kconfig1
-rw-r--r--arch/arm/mach-s5pv210/mach-goni.c5
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig
index 29594fc4fdf..88e983b0c82 100644
--- a/arch/arm/mach-s5pv210/Kconfig
+++ b/arch/arm/mach-s5pv210/Kconfig
@@ -85,6 +85,7 @@ config MACH_AQUILA
85 select S5P_DEV_ONENAND 85 select S5P_DEV_ONENAND
86 select S5PV210_SETUP_FB_24BPP 86 select S5PV210_SETUP_FB_24BPP
87 select S5PV210_SETUP_SDHCI 87 select S5PV210_SETUP_SDHCI
88 select S5PV210_SETUP_USB_PHY
88 help 89 help
89 Machine support for the Samsung Aquila target based on S5PC110 SoC 90 Machine support for the Samsung Aquila target based on S5PC110 SoC
90 91
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c
index 32395664e87..5fac4e4a93f 100644
--- a/arch/arm/mach-s5pv210/mach-goni.c
+++ b/arch/arm/mach-s5pv210/mach-goni.c
@@ -278,6 +278,9 @@ static void __init goni_tsp_init(void)
278 i2c2_devs[0].irq = gpio_to_irq(gpio); 278 i2c2_devs[0].irq = gpio_to_irq(gpio);
279} 279}
280 280
281/* USB OTG */
282static struct s3c_hsotg_plat goni_hsotg_pdata;
283
281static void goni_camera_init(void) 284static void goni_camera_init(void)
282{ 285{
283 s5pv210_fimc_setup_gpio(S5P_CAMPORT_A); 286 s5pv210_fimc_setup_gpio(S5P_CAMPORT_A);
@@ -941,6 +944,8 @@ static void __init goni_machine_init(void)
941 s3c_set_platdata(&goni_fimc_md_platdata, sizeof(goni_fimc_md_platdata), 944 s3c_set_platdata(&goni_fimc_md_platdata, sizeof(goni_fimc_md_platdata),
942 &s5p_device_fimc_md); 945 &s5p_device_fimc_md);
943 946
947 s3c_hsotg_set_platdata(&goni_hsotg_pdata);
948
944 goni_camera_init(); 949 goni_camera_init();
945 950
946 /* SPI */ 951 /* SPI */