Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208807
b: refs/heads/master
c: 187749b
h: refs/heads/master
i:
  208805: 263bf3d
  208803: 428d682
  208799: 1acc2f7
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Kukjin Kim committed Aug 9, 2010
1 parent 50d0be7 commit 7fcf78d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: db94a2f4dcfb2978545a3810b343abf198f92111
refs/heads/master: 187749bb7c20a78cbce04f63e9e7a1e67d9d9c46
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-s5pv210/mach-aquila.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <plat/devs.h>
#include <plat/cpu.h>
#include <plat/fb.h>
#include <plat/fimc-core.h>
#include <plat/sdhci.h>

/* Following are default values for UCON, ULCON and UFCON UART registers */
Expand Down Expand Up @@ -503,6 +504,10 @@ static void __init aquila_machine_init(void)
/* SDHCI */
aquila_setup_sdhci();

s3c_fimc_setname(0, "s5p-fimc");
s3c_fimc_setname(1, "s5p-fimc");
s3c_fimc_setname(2, "s5p-fimc");

/* FB */
s3c_fb_set_platdata(&aquila_lcd_pdata);

Expand Down

0 comments on commit 7fcf78d

Please sign in to comment.