From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 6 Feb 2017 07:35:07 -0800 Subject: [U-Boot] [PATCH v3 05/16] rockchip: serial: Adapt rockchip of-platdata driver for rk3188 In-Reply-To: <20170203160939.27594-6-heiko@sntech.de> References: <20170203160939.27594-1-heiko@sntech.de> <20170203160939.27594-6-heiko@sntech.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3 February 2017 at 08:09, Heiko Stuebner wrote: > Add necessary structs to have the driver also work for the serial > on the rk3188. > > Signed-off-by: Heiko Stuebner > --- > drivers/serial/serial_rockchip.c | 19 ++++++++++++++++++- > 1 file changed, 18 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass