Re: [U-Boot] [PATCH] sunxi: Fix UART console index for A33-OLinuXino

2017-12-06 Thread Jagan Teki
On Tue, Dec 5, 2017 at 3:11 PM, Maxime Ripard wrote: > On Tue, Dec 05, 2017 at 02:00:07PM +0800, Chen-Yu Tsai wrote: >> The A33-OLinuXino defconfig was using the default CONS_INDEX value for >> A33, which actually points to the R_UART, which is routed to the GPIO >> header without proper pull-ups

Re: [U-Boot] [PATCH] sunxi: Fix UART console index for A33-OLinuXino

2017-12-05 Thread Maxime Ripard
On Tue, Dec 05, 2017 at 02:00:07PM +0800, Chen-Yu Tsai wrote: > The A33-OLinuXino defconfig was using the default CONS_INDEX value for > A33, which actually points to the R_UART, which is routed to the GPIO > header without proper pull-ups or diodes. The board has a separate > header for UART0, whi

[U-Boot] [PATCH] sunxi: Fix UART console index for A33-OLinuXino

2017-12-04 Thread Chen-Yu Tsai
The A33-OLinuXino defconfig was using the default CONS_INDEX value for A33, which actually points to the R_UART, which is routed to the GPIO header without proper pull-ups or diodes. The board has a separate header for UART0, which are routed to pins PB0 and PB1. This header is properly marked and