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>
This commit is contained in:
parent
a6bc25abc8
commit
4545bfa00a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue