Re: [U-Boot] [PATCH 5/8] ZOOM2 Add led support.

2009-04-02 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: why not using the arm led API?? OK. I will fix. +{ +gpio_t *gpio6_base = (gpio_t *) OMAP34XX_GPIO6_BASE; + +sr32 (gpio6_base-cleardataout, 13, 1, 1); /* red off */ we clearly need now a GPIO API it's start to be mandatory

Re: [U-Boot] [PATCH 5/8] ZOOM2 Add led support.

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:38 Thu 02 Apr , Tom wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: why not using the arm led API?? OK. I will fix. +{ + gpio_t *gpio6_base = (gpio_t *) OMAP34XX_GPIO6_BASE; + + sr32 (gpio6_base-cleardataout, 13, 1, 1); /* red off */ we clearly need now a GPIO

[U-Boot] [PATCH 5/8] ZOOM2 Add led support.

2009-04-01 Thread Tom Rix
This patch controls the large LED on the top left of the zoom2. Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/Makefile |4 ++- board/omap3/zoom2/led.c| 66 2 files changed, 69 insertions(+), 1 deletions(-) create mode

Re: [U-Boot] [PATCH 5/8] ZOOM2 Add led support.

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: This patch controls the large LED on the top left of the zoom2. Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/Makefile |4 ++- board/omap3/zoom2/led.c| 66 2 files