aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c2
-rw-r--r--arch/arm/mach-shmobile/board-mackerel.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index b56dde2732bb..0c3caeba2f3e 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -997,6 +997,8 @@ static struct sh_mobile_ceu_companion csi2 = {
997 997
998static struct sh_mobile_ceu_info sh_mobile_ceu_info = { 998static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
999 .flags = SH_CEU_FLAG_USE_8BIT_BUS, 999 .flags = SH_CEU_FLAG_USE_8BIT_BUS,
1000 .max_width = 8188,
1001 .max_height = 8188,
1000 .csi2 = &csi2, 1002 .csi2 = &csi2,
1001}; 1003};
1002 1004
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
1253static struct sh_mobile_ceu_info sh_mobile_ceu_info = { 1253static 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
1257static struct resource ceu_resources[] = { 1259static struct resource ceu_resources[] = {