RE: [PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Kamat, Nishant
Filipe, -Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] [. . .] + ads7846_dev_init(); + omap_serial_init(); + hsmmc_init(); no usb? How about usb_musb() here? Could you try that ? you'll need to include asm/arch/usb-musb.h if it works, just

RE: [PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Felipe Balbi
On Fri, 2 May 2008 06:44:16 -0500, Kamat, Nishant [EMAIL PROTECTED] wrote: Filipe, -Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] [. . .] + ads7846_dev_init(); + omap_serial_init(); + hsmmc_init(); no usb? How about usb_musb() here? Could you try

Re: [PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Tony Lindgren
* Nishant Kamat [EMAIL PROTECTED] [080502 04:26]: This adds basic board support for the OMAP3430 LDP development platform. It adds support for the touchscreen, RTC, UART and MMC - all of which work with little or no changes w.r.t. the OMAP3430 SDP. Signed-off-by: Nishant Kamat [EMAIL