Re: [U-Boot] [PATCH v2] EXYNOS: SMDK5250: Support all 4 UARTs

2012-03-04 Thread Minkyu Kang
Dear Doug Anderson, On 20 February 2012 16:06, Chander Kashyap chander.kash...@linaro.org wrote: On 13 February 2012 23:08, Doug Anderson diand...@chromium.org wrote: This properly configures the mux to enable all UARTs. This also fixes things so that we don't configure balls XUCTSN_1 and

Re: [U-Boot] [PATCH v2] EXYNOS: SMDK5250: Support all 4 UARTs

2012-02-19 Thread Chander Kashyap
On 13 February 2012 23:08, Doug Anderson diand...@chromium.org wrote: This properly configures the mux to enable all UARTs. This also fixes things so that we don't configure balls XUCTSN_1 and XURTSN_1 as UART1 configuration (RTS/CTS), since they aren't connected. Signed-off-by: Doug

[U-Boot] [PATCH v2] EXYNOS: SMDK5250: Support all 4 UARTs

2012-02-13 Thread Doug Anderson
This properly configures the mux to enable all UARTs. This also fixes things so that we don't configure balls XUCTSN_1 and XURTSN_1 as UART1 configuration (RTS/CTS), since they aren't connected. Signed-off-by: Doug Anderson diand...@chromium.org --- Changes in v2: - Removed #ifdefs and tested