Re: [U-Boot] [PATCH v2 2/2] omap4_panda: Build in cmd_gpio support on panda

2011-10-09 Thread Igor Grinberg
Hi Joe, On 10/06/11 23:50, Joe Hershberger wrote: > Enable the gpio command > > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Sandeep Paulraj > --- > Changes for v2: > - Correct a bad merge... sorry. > > board/ti/panda/panda_mux_data.h |2 +- > include/configs/omap4_panda.

[U-Boot] [PATCH v2 2/2] omap4_panda: Build in cmd_gpio support on panda

2011-10-06 Thread Joe Hershberger
Enable the gpio command Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Sandeep Paulraj --- Changes for v2: - Correct a bad merge... sorry. board/ti/panda/panda_mux_data.h |2 +- include/configs/omap4_panda.h |3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --

[U-Boot] [PATCH v2 2/2] omap4_panda: Build in cmd_gpio support on panda

2011-08-16 Thread Joe Hershberger
Enable the command and the shim driver Configure the pads to allow access to the button on GPIO_121 and the 2 LEDS on GPIO_7 and GPIO_8 Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Sandeep Paulraj --- Changes for v2: board/ti/panda/panda_mux_data.h |6 +++--- include/configs/om