Browse Source

sh: add ov772x reset delay on Migo-R

Add reset delay for the ov772x device on Migo-R.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Magnus Damm 16 years ago
parent
commit
4545bfa00a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/sh/boards/mach-migor/setup.c

+ 1 - 0
arch/sh/boards/mach-migor/setup.c

@@ -301,6 +301,7 @@ static void camera_power_on(void)
 	gpio_set_value(GPIO_PTT3, 0);
 	mdelay(10);
 	gpio_set_value(GPIO_PTT3, 1);
+	mdelay(10); /* wait to let chip come out of reset */
 }
 
 static void camera_power_off(void)