From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 24 Oct 2014 10:42:34 +0100 Subject: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model In-Reply-To: <1414036962-28463-7-git-send-email-sjg@chromium.org> References: <1414036962-28463-1-git-send-email-sjg@chromium.org> <1414036962-28463-7-git-send-email-sjg@chromium.org> Message-ID: <1414143754.15687.28.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2014-10-22 at 22:02 -0600, 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 Should the UART related code in arch/arm/cpu/armv7/sunxi/board.c:gpio_init() be nobbled in this configuration? Ian.