On Thu, May 27, 2010 at 9:30 PM, Luke-Jr <l...@dashjr.org> wrote:
> On Wednesday 26 May 2010 05:48:58 pm Kevin Hilman wrote:
>> FYI... this also works on OMAP2.
>>
>> I tested it on my n810 along with UART hwmod conversion and it works
>> just fine there.
>
> Is it somehow different from the basic 8250 driver on OMAP2? I've been
> struggling to figure out why my N810's GPS isn't working when I change kernels
> (I've already made sure ttyS0 is the correct major/minor and adjusted the GPIO
> calls; gpiodriver is talking to the chip, but not getting anywhere).

You need to use ttyO0 [%s/ttyS*/ttyO*]

Since uart tty interface name as been modified with this driver.

+#define OMAP_SERIAL_NAME       "ttyO"

---
Regards,
Govindraj.R


> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to