diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-04-13 06:40:04 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-13 22:45:10 +0900 |
commit | fc3f55e672e1ed917dd9e215af81939cd3d717da (patch) | |
tree | 3cce90ab0f942621f7ac88c65abc8722309c9e04 /arch/sh | |
parent | 3cc000b58360d8df402e31277c3dc0ebe34ad110 (diff) | |
download | linux-fc3f55e672e1ed917dd9e215af81939cd3d717da.tar.gz linux-fc3f55e672e1ed917dd9e215af81939cd3d717da.tar.bz2 linux-fc3f55e672e1ed917dd9e215af81939cd3d717da.zip |
sh: ap325: use edge control for ov772x camera
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/board-ap325rxa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 912458f666eb..39e46919df14 100644 --- 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, }, |