diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2012-04-16 17:09:04 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-12 16:26:23 -0400 |
commit | ef8f41ff0c561c17177ed3b8fb96731f6e55cf69 (patch) | |
tree | 8315975980e3e8458da8339678406ed8836aba45 /arch/arm/mach-shmobile/board-mackerel.c | |
parent | c650a1f45cb6cf643cacf3bc2acb1e8ff772afd0 (diff) |
ARM: mach-shmobile: sh7372 CEU supports up to 8188x8188 images
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Reviewed-by: Simon Horman <horms@verge.net.au>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index 75b22843975a..aae2e24fde46 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -1252,6 +1252,8 @@ static void mackerel_camera_del(struct soc_camera_device *icd) | |||
1252 | 1252 | ||
1253 | static struct sh_mobile_ceu_info sh_mobile_ceu_info = { | 1253 | static struct sh_mobile_ceu_info sh_mobile_ceu_info = { |
1254 | .flags = SH_CEU_FLAG_USE_8BIT_BUS, | 1254 | .flags = SH_CEU_FLAG_USE_8BIT_BUS, |
1255 | .max_width = 8188, | ||
1256 | .max_height = 8188, | ||
1255 | }; | 1257 | }; |
1256 | 1258 | ||
1257 | static struct resource ceu_resources[] = { | 1259 | static struct resource ceu_resources[] = { |