projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd4781
)
sh: ap325 and Migo-R use new sh_mobile_ceu_info flags
author
Kuninori Morimoto
<morimoto.kuninori@renesas.com>
Wed, 11 Mar 2009 07:20:32 +0000
(07:20 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 31 Mar 2009 05:37:31 +0000
(14:37 +0900)
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/board-ap325rxa.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/board-ap325rxa.c
b/arch/sh/boards/board-ap325rxa.c
index ca285f34dc3f7c4a04853ae63c36f67e6689d311..912458f666eb34c9d7d30eb9c1e47a20aac50f09 100644
(file)
--- a/
arch/sh/boards/board-ap325rxa.c
+++ b/
arch/sh/boards/board-ap325rxa.c
@@
-355,9
+355,7
@@
static struct ov772x_camera_info ov7725_info = {
};
static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
- .flags = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH |
- SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_DATA_ACTIVE_HIGH | SOCAM_MASTER |
- SOCAM_DATAWIDTH_8,
+ .flags = SH_CEU_FLAG_USE_8BIT_BUS,
};
static struct resource ceu_resources[] = {