projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d4529b
)
sh: update ov772x byte order on Migo-R
author
Magnus Damm
<damm@igel.co.jp>
Tue, 21 Oct 2008 12:29:03 +0000
(21:29 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 21 Oct 2008 12:41:23 +0000
(21:41 +0900)
Update the ov772x byte sequence to enable byte swap. This to reflect
the recent CEU driver change to follow incoming byte order.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-migor/setup.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/mach-migor/setup.c
b/arch/sh/boards/mach-migor/setup.c
index
94fbdc3
..
b447193
100644
(file)
--- a/
arch/sh/boards/mach-migor/setup.c
+++ b/
arch/sh/boards/mach-migor/setup.c
@@
-318,7
+318,7
@@
static void camera_power(int mode)
#ifdef CONFIG_I2C
static unsigned char camera_ov772x_magic[] =
{
- 0x09, 0x01, 0x0c, 0x
1
0, 0x0d, 0x41, 0x0e, 0x01,
+ 0x09, 0x01, 0x0c, 0x
2
0, 0x0d, 0x41, 0x0e, 0x01,
0x12, 0x00, 0x13, 0x8F, 0x14, 0x4A, 0x15, 0x00,
0x16, 0x00, 0x17, 0x23, 0x18, 0xa0, 0x19, 0x07,
0x1a, 0xf0, 0x1b, 0x40, 0x1f, 0x00, 0x20, 0x10,