From: n.kinar@usask.ca (Nicholas Kinar)
To: linux-arm-kernel@lists.infradead.org
Subject: LCDVSYNC not set up in Atmel AT91SAM9RL device code
Date: Mon, 23 May 2011 14:53:27 -0600 [thread overview]
Message-ID: <4DDAC947.7040705@usask.ca> (raw)
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
next reply other threads:[~2011-05-23 20:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-23 20:53 Nicholas Kinar [this message]
2011-05-25 6:18 ` LCDVSYNC not set up in Atmel AT91SAM9RL device code Xu, Hong
2011-05-25 17:03 ` Nicholas Kinar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DDAC947.7040705@usask.ca \
--to=n.kinar@usask.ca \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).