Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303971
b: refs/heads/master
c: 460dcb0
h: refs/heads/master
i:
  303969: 10bc869
  303967: db07ea6
v: v3
  • Loading branch information
Lukasz Majewski authored and Kukjin Kim committed May 16, 2012
1 parent 5af24b2 commit f4b02f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ea2d9e7de03d147d0bd0ac684fef00e469705e0
refs/heads/master: 460dcb0220c369921fb55eccc70ea8d8f8bb3ba3
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5pv210/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-s5pv210/mach-goni.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit f4b02f5

Please sign in to comment.