Re: [U-Boot] GPIO configuration on 460EX

2008-10-16 Thread Felix Radensky
Hi, Stefan Stefan Roese wrote: > Hi Felix, > > On Thursday 16 October 2008, Felix Radensky wrote: > >> 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 corres

Re: [U-Boot] GPIO configuration on 460EX

2008-10-16 Thread Stefan Roese
Hi Felix, On Thursday 16 October 2008, Felix Radensky wrote: > 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 s

[U-Boot] GPIO configuration on 460EX

2008-10-15 Thread Felix Radensky
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 m