linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* LCDVSYNC not set up in Atmel AT91SAM9RL device code
@ 2011-05-23 20:53 Nicholas Kinar
  2011-05-25  6:18 ` Xu, Hong
  0 siblings, 1 reply; 3+ messages in thread
From: Nicholas Kinar @ 2011-05-23 20:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

I've been setting up an LCD display interfaced to the Atmel AT91SAM9RL 
processor, and I noticed that in the 
/arch/arm/mach-at91/at91sam9rl_devices.c file, the GPIO pin AT91_PIN_PC4 
is not switched over to the LCD peripheral.

To make the LCD display peripheral operate properly, I had to add the 
following line to the at91_add_device_lcdc() function:

at91_set_A_periph(AT91_PIN_PC4, 0);    /* LCDVSYNC */

Perhaps this could be patched?  I do not know if a similar issue also 
occurs in other device setup files.

Nicholas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-25 17:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-23 20:53 LCDVSYNC not set up in Atmel AT91SAM9RL device code Nicholas Kinar
2011-05-25  6:18 ` Xu, Hong
2011-05-25 17:03   ` Nicholas Kinar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).