提交 9c278d52 编写于 作者: S Sachin Kamat 提交者: Kukjin Kim

ARM: EXYNOS: Add HSOTG support to Origen

S3C-HSOTG device is added to Origen board.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NTushar Behera <tushar.behera@linaro.org>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 cfaf0251
...@@ -326,6 +326,7 @@ config MACH_ORIGEN ...@@ -326,6 +326,7 @@ config MACH_ORIGEN
select S3C_DEV_WDT select S3C_DEV_WDT
select S3C_DEV_HSMMC select S3C_DEV_HSMMC
select S3C_DEV_HSMMC2 select S3C_DEV_HSMMC2
select S3C_DEV_USB_HSOTG
select S5P_DEV_FIMC0 select S5P_DEV_FIMC0
select S5P_DEV_FIMC1 select S5P_DEV_FIMC1
select S5P_DEV_FIMC2 select S5P_DEV_FIMC2
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <linux/mfd/max8997.h> #include <linux/mfd/max8997.h>
#include <linux/lcd.h> #include <linux/lcd.h>
#include <linux/rfkill-gpio.h> #include <linux/rfkill-gpio.h>
#include <linux/platform_data/s3c-hsotg.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/hardware/gic.h> #include <asm/hardware/gic.h>
...@@ -499,6 +500,9 @@ static void __init origen_ohci_init(void) ...@@ -499,6 +500,9 @@ static void __init origen_ohci_init(void)
exynos4_ohci_set_platdata(pdata); exynos4_ohci_set_platdata(pdata);
} }
/* USB OTG */
static struct s3c_hsotg_plat origen_hsotg_pdata;
static struct gpio_keys_button origen_gpio_keys_table[] = { static struct gpio_keys_button origen_gpio_keys_table[] = {
{ {
.code = KEY_MENU, .code = KEY_MENU,
...@@ -655,6 +659,7 @@ static struct platform_device *origen_devices[] __initdata = { ...@@ -655,6 +659,7 @@ static struct platform_device *origen_devices[] __initdata = {
&s3c_device_hsmmc0, &s3c_device_hsmmc0,
&s3c_device_i2c0, &s3c_device_i2c0,
&s3c_device_rtc, &s3c_device_rtc,
&s3c_device_usb_hsotg,
&s3c_device_wdt, &s3c_device_wdt,
&s5p_device_ehci, &s5p_device_ehci,
&s5p_device_fimc0, &s5p_device_fimc0,
...@@ -744,6 +749,7 @@ static void __init origen_machine_init(void) ...@@ -744,6 +749,7 @@ static void __init origen_machine_init(void)
origen_ehci_init(); origen_ehci_init();
origen_ohci_init(); origen_ohci_init();
s3c_hsotg_set_platdata(&origen_hsotg_pdata);
clk_xusbxti.rate = 24000000; clk_xusbxti.rate = 24000000;
s5p_tv_setup(); s5p_tv_setup();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册