On Wed, Oct 05, 2011 at 11:43:29AM +0200, Stefano Babic wrote: > From: Bastian Ruppert <[email protected]> > > Signed-off-by: Bastian Ruppert <[email protected]> > Signed-off-by: Stefano Babic <[email protected]> > CC: [email protected] > CC: Sandeep Paulraj <[email protected]> > --- > arch/arm/include/asm/arch-davinci/hardware.h | 4 +++ > board/davinci/ea20/ea20.c | 30 > +++++++++++++++++++++++++- > 2 files changed, 33 insertions(+), 1 deletions(-)
There are generic GPIO functions (asm/gpio.h) for DaVinci; you should probably use those instead of directly programming the registers. Bye for now, -- Laurence Withers, <[email protected]> http://www.guralp.com/ Direct tel:+447753988197 or tel:+443333408643 Software Engineer General support queries: <[email protected]> CMG-DCM CMG-EAM CMG-NAM _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

