projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc000b
)
sh: ap325: use edge control for ov772x camera
author
Kuninori Morimoto
<morimoto.kuninori@renesas.com>
Mon, 13 Apr 2009 06:40:04 +0000
(06:40 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 13 Apr 2009 13:45:10 +0000
(22:45 +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 912458f666eb34c9d7d30eb9c1e47a20aac50f09..39e46919df14d8da9521349eea087057e220e142 100644
(file)
--- a/
arch/sh/boards/board-ap325rxa.c
+++ b/
arch/sh/boards/board-ap325rxa.c
@@
-349,6
+349,7
@@
static int ov7725_power(struct device *dev, int mode)
static struct ov772x_camera_info ov7725_info = {
.buswidth = SOCAM_DATAWIDTH_8,
.flags = OV772X_FLAG_VFLIP | OV772X_FLAG_HFLIP,
+ .edgectrl = OV772X_AUTO_EDGECTRL(0xf, 0),
.link = {
.power = ov7725_power,
},