From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Thu, 16 Oct 2008 01:46:20 +0200 Subject: [U-Boot] GPIO configuration on 460EX Message-ID: <48F680CC.30206@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I'm looking at GPIO setup code for Canyonlands, and it looks like some initializations mentioned in the 460EX manual are missing. When pin is configured as alternate input, the corresponding bits in TSRL/H registers should be set. U-Boot code sets TSRL/H registers only for output pins. Am I missing something ? Thanks a lot. Felix.