Re: [U-Boot] [PATCH 07/23] dm: sunxi: Add support for serial using driver model

2014-10-05 Thread Chen-Yu Tsai
Hi, On Sun, Oct 5, 2014 at 1:29 AM, Simon Glass wrote: > Add a driver for the designware serial UART used on sunxi. This just > redirects to the normal ns16550 driver. > > Add a stdout-path to the device tree so that the correct UART is chosen. > > Signed-off-by: Simon Glass > --- > > arch/arm/

[U-Boot] [PATCH 07/23] dm: sunxi: Add support for serial using driver model

2014-10-04 Thread Simon Glass
Add a driver for the designware serial UART used on sunxi. This just redirects to the normal ns16550 driver. Add a stdout-path to the device tree so that the correct UART is chosen. Signed-off-by: Simon Glass --- arch/arm/dts/sun7i-a20-pcduino3.dts | 4 drivers/serial/Makefile