Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355684
b: refs/heads/master
c: 2173441
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Jan 28, 2013
1 parent 4515c67 commit caf4864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0f69e708159ded249fb73f8fe40508100a2cc54e
refs/heads/master: 2173441d56e6282f79aaf1f47172e8506f27a25e
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-shmobile/board-armadillo800eva.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@ static int mt9t111_power(struct device *dev, int mode)
/* video1 (= CON1 camera) expect 24MHz */
clk_set_rate(mclk, clk_round_rate(mclk, 24000000));
clk_enable(mclk);
gpio_direction_output(GPIO_PORT158, 1);
gpio_set_value(GPIO_PORT158, 1);
} else {
gpio_direction_output(GPIO_PORT158, 0);
gpio_set_value(GPIO_PORT158, 0);
clk_disable(mclk);
}

Expand Down

0 comments on commit caf4864

Please sign in to comment.