mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
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>
This commit is contained in:
parent
8ea2d9e7de
commit
460dcb0220
@ -85,6 +85,7 @@ config MACH_AQUILA
|
||||
select S5P_DEV_ONENAND
|
||||
select S5PV210_SETUP_FB_24BPP
|
||||
select S5PV210_SETUP_SDHCI
|
||||
select S5PV210_SETUP_USB_PHY
|
||||
help
|
||||
Machine support for the Samsung Aquila target based on S5PC110 SoC
|
||||
|
||||
|
@ -278,6 +278,9 @@ static void __init goni_tsp_init(void)
|
||||
i2c2_devs[0].irq = gpio_to_irq(gpio);
|
||||
}
|
||||
|
||||
/* USB OTG */
|
||||
static struct s3c_hsotg_plat goni_hsotg_pdata;
|
||||
|
||||
static void goni_camera_init(void)
|
||||
{
|
||||
s5pv210_fimc_setup_gpio(S5P_CAMPORT_A);
|
||||
@ -941,6 +944,8 @@ static void __init goni_machine_init(void)
|
||||
s3c_set_platdata(&goni_fimc_md_platdata, sizeof(goni_fimc_md_platdata),
|
||||
&s5p_device_fimc_md);
|
||||
|
||||
s3c_hsotg_set_platdata(&goni_hsotg_pdata);
|
||||
|
||||
goni_camera_init();
|
||||
|
||||
/* SPI */
|
||||
|
Loading…
Reference in New Issue
Block a user