Re: [PATCH] OMAP1: Fix non-working LCD on OMAP310
Tony Lindgren <[email protected]> Wed, 2 Feb 2011 12:16:05 -0800
| Newsgroups | gmane.linux.ports.arm.general |
|---|---|
| Message-ID | <[email protected]> |
* Marek Vasut <[email protected]> [110202 03:07]: > This patch fixes bug introduced in revision: > > f8e9e98454606e43b728269de21db349f57861c7 > omap1: DMA: move LCD related code from plat-omap to mach-omap1 > > The code introduced by this patch didn't consider any other CPUs but OMAP1510, > which rendered OMAP310 -- which has the same LCD controller -- non-working. Use > cpu_is_omap15xx() instead of cpu_is_omap1510() to squash this issue. > > Bug found on Palm Zire 71 hardware. Thanks, will queue as a fix. Tony