Re: [U-Boot] [PATCH v1 2/2] x86: edison: Add the rest of UARTs present on board

2019-02-27 Thread Bin Meng
Hi Andy, On Tue, Feb 26, 2019 at 7:21 PM Andy Shevchenko wrote: > > Intel Edison has three UART ports, i.e. > port 0 - Bluetooth > port 1 - auxiliary, available for general purpose use > port 2 - debugging, usually console output is here > > Enable all of them for future use. > > Signed-off-by

[U-Boot] [PATCH v1 2/2] x86: edison: Add the rest of UARTs present on board

2019-02-26 Thread Andy Shevchenko
Intel Edison has three UART ports, i.e. port 0 - Bluetooth port 1 - auxiliary, available for general purpose use port 2 - debugging, usually console output is here Enable all of them for future use. Signed-off-by: Andy Shevchenko --- arch/x86/dts/edison.dts | 18 ++ 1 file ch