Re: [PATCH] AT91: correct at91sam9263ek LCD power gpio pin

2008-01-17 Thread Nicolas Ferre
Corrects GPIO pin assignment for the LCD power control (PCI) Signed-off-by: Nicolas Ferre <[EMAIL PROTECTED]> --- Simpler one. arch/arm/mach-at91/board-sam9263ek.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) --- linux-2.6-snapshot.orig/arch/arm/mach-at91/board-sam9263ek.c +++

Re: [PATCH] AT91: correct at91sam9263ek LCD power gpio pin

2008-01-17 Thread David Brownell
On Thursday 17 January 2008, Nicolas Ferre wrote: >  static void at91_lcdc_power_control(int on) >  { > if (on) > -   at91_set_gpio_value(AT91_PIN_PD12, 0);  /* power up */ > +   at91_set_gpio_value(AT91_PIN_PA30, 1);  /* power up */ > else > -   

[PATCH] AT91: correct at91sam9263ek LCD power gpio pin

2008-01-17 Thread Nicolas Ferre
Corrects GPIO pin assignment for the LCD power control (PCI) Signed-off-by: Nicolas Ferre <[EMAIL PROTECTED]> --- arch/arm/mach-at91/board-sam9263ek.c |4 ++-- --- a/arch/arm/mach-at91/board-sam9263ek.c +++ b/arch/arm/mach-at91/board-sam9263ek.c @@ -243,9 +243,9 @@ static struct

Re: [PATCH] AT91: correct at91sam9263ek LCD power gpio pin

2008-01-17 Thread Nicolas Ferre
Corrects GPIO pin assignment for the LCD power control (PCI) Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- Simpler one. arch/arm/mach-at91/board-sam9263ek.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) --- linux-2.6-snapshot.orig/arch/arm/mach-at91/board-sam9263ek.c +++