aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-10-21 08:29:03 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-10-21 08:41:23 -0400
commit3b495513a2a033d401eba213327c1525d863eb9b (patch)
treefde24ba74ad098c3b0863d0cccd025883b19ed40 /arch/sh/boards
parent5d4529be5e6365029d33044d383c2f527afa5734 (diff)
sh: update ov772x byte order on Migo-R
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>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r--arch/sh/boards/mach-migor/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c
index 94fbdc375bca..b4471931b877 100644
--- 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)
318#ifdef CONFIG_I2C 318#ifdef CONFIG_I2C
319static unsigned char camera_ov772x_magic[] = 319static unsigned char camera_ov772x_magic[] =
320{ 320{
321 0x09, 0x01, 0x0c, 0x10, 0x0d, 0x41, 0x0e, 0x01, 321 0x09, 0x01, 0x0c, 0x20, 0x0d, 0x41, 0x0e, 0x01,
322 0x12, 0x00, 0x13, 0x8F, 0x14, 0x4A, 0x15, 0x00, 322 0x12, 0x00, 0x13, 0x8F, 0x14, 0x4A, 0x15, 0x00,
323 0x16, 0x00, 0x17, 0x23, 0x18, 0xa0, 0x19, 0x07, 323 0x16, 0x00, 0x17, 0x23, 0x18, 0xa0, 0x19, 0x07,
324 0x1a, 0xf0, 0x1b, 0x40, 0x1f, 0x00, 0x20, 0x10, 324 0x1a, 0xf0, 0x1b, 0x40, 0x1f, 0x00, 0x20, 0x10,