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>
This commit is contained in:
parent
c650a1f45c
commit
ef8f41ff0c
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue