
1 Mar
2019
1 Mar
'19
3:13 a.m.
On Thu, Feb 28, 2019 at 11:19 PM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
We may not do an assumption that current console device is always a first of UCLASS_SERIAL one.
For example, on properly described Intel Edison board the console UART is a third one.
Use current serial device as described in global data.
Fixes: a61cbad78e67 ("dm: serial: Adjust serial_getinfo() to use proper API") Cc: Simon Glass sjg@chromium.org Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
arch/x86/lib/acpi_table.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com