Re: [PATCH] ARM: OMAP: Add support for AM35xx UART4/ttyO3

2012-03-22 Thread Stefano Babic
On 18/10/2011 20:47, Kyle Manna wrote: Add hwmod support to enable access to UART4 of the AM35xx series of chips. The UART4 device referenced from the TRM will show up as ttyO3. This was tested on an AM3505. Signed-off-by: Kyle Manna kyle.ma...@fuel7.com --- Hi Kyle,

Re: [PATCH] ARM: OMAP: Add support for AM35xx UART4/ttyO3

2012-03-22 Thread Stefano Babic
On 22/03/2012 18:00, Kyle Manna wrote: My pin mux is configured in u-boot and is as follows: /* CCDC_FIELD: gpio_95, uP-TXD4 */ \ MUX_VAL(CP(CCDC_FIELD), (IDIS | PTD | DIS | M2)) \ /* CCDC_HD: gpio_96, uP-RTS4# */ \ MUX_VAL(CP(CCDC_HD),(IDIS | PTD | DIS | M2))

Re: [PATCH] ARM: OMAP: Add support for AM35xx UART4/ttyO3

2012-03-22 Thread Kyle Manna
On 03/22/2012 11:03 AM, Stefano Babic wrote: On 18/10/2011 20:47, Kyle Manna wrote: Add hwmod support to enable access to UART4 of the AM35xx series of chips. The UART4 device referenced from the TRM will show up as ttyO3. This was tested on an AM3505. Signed-off-by: Kyle

Re: [PATCH] ARM: OMAP: Add support for AM35xx UART4/ttyO3

2011-11-24 Thread Paul Walmsley
On Tue, 18 Oct 2011, Kyle Manna wrote: Add hwmod support to enable access to UART4 of the AM35xx series of chips. The UART4 device referenced from the TRM will show up as ttyO3. This was tested on an AM3505. Signed-off-by: Kyle Manna kyle.ma...@fuel7.com Thanks, provisionally queued for