Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117262
b: refs/heads/master
c: 22ee3ba
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Oct 22, 2008
1 parent 3ec44c8 commit 1f05957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed0b2ef55a393b96211e209f26544f2f180b0fe8
refs/heads/master: 22ee3ba611e0aa73228ae64fa68d89c52367702a
5 changes: 4 additions & 1 deletion trunk/arch/sh/boards/mach-migor/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,11 @@ static struct clk *camera_clk;

static void camera_power_on(void)
{
/* Use 10 MHz VIO_CKO instead of 24 MHz to work
* around signal quality issues on Panel Board V2.1.
*/
camera_clk = clk_get(NULL, "video_clk");
clk_set_rate(camera_clk, 24000000);
clk_set_rate(camera_clk, 10000000);
clk_enable(camera_clk); /* start VIO_CKO */

/* use VIO_RST to take camera out of reset */
Expand Down

0 comments on commit 1f05957

Please sign in to comment.