Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303465
b: refs/heads/master
c: ef8f41f
h: refs/heads/master
i:
  303463: 4005e77
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Rafael J. Wysocki committed May 12, 2012
1 parent d3a3e07 commit 0902e18
Show file tree
Hide file tree
Showing 3 changed files with 5 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: c650a1f45cb6cf643cacf3bc2acb1e8ff772afd0
refs/heads/master: ef8f41ff0c561c17177ed3b8fb96731f6e55cf69
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,8 @@ static struct sh_mobile_ceu_companion csi2 = {

static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
.flags = SH_CEU_FLAG_USE_8BIT_BUS,
.max_width = 8188,
.max_height = 8188,
.csi2 = &csi2,
};

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-shmobile/board-mackerel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,8 @@ static void mackerel_camera_del(struct soc_camera_device *icd)

static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
.flags = SH_CEU_FLAG_USE_8BIT_BUS,
.max_width = 8188,
.max_height = 8188,
};

static struct resource ceu_resources[] = {
Expand Down

0 comments on commit 0902e18

Please sign in to comment.