ARM: mach-shmobile: sh7372 CEU supports up to 8188x8188 images
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Mon, 16 Apr 2012 21:09:04 +0000 (23:09 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Sat, 12 May 2012 20:26:23 +0000 (22:26 +0200)
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>
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-mackerel.c

index b56dde2732bbd2b5215c101f6a1ce57f026a712d..0c3caeba2f3e0c8e364ed30de6eafead5414550e 100644 (file)
@@ -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,
 };
 
index 75b22843975ae71cd7fb9a48c58e1940e71b57a0..aae2e24fde461cff506456b4fec94594e16f26cd 100644 (file)
@@ -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[] = {
This page took 0.030063 seconds and 5 git commands to generate.