Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87281
b: refs/heads/master
c: 6bb68f8
h: refs/heads/master
i:
  87279: 746416e
v: v3
  • Loading branch information
Nicolas Ferre authored and Russell King committed Mar 6, 2008
1 parent 1286a52 commit a8b981b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 8e86f4271aaac7685923b80cf57972be41afbc1d
refs/heads/master: 6bb68f8867348257e757de9c30ada4e90fe695d9
5 changes: 1 addition & 4 deletions trunk/arch/arm/mach-at91/board-sam9263ek.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,7 @@ static struct fb_monspecs at91fb_default_monspecs = {

static void at91_lcdc_power_control(int on)
{
if (on)
at91_set_gpio_value(AT91_PIN_PD12, 0); /* power up */
else
at91_set_gpio_value(AT91_PIN_PD12, 1); /* power down */
at91_set_gpio_value(AT91_PIN_PA30, on);
}

/* Driver datas */
Expand Down

0 comments on commit a8b981b

Please sign in to comment.