Re: [U-Boot] [PATCH 2/4] ar933x: serial: Remove the explicit pinctrl setting

2016-04-20 Thread Simon Glass
On 11 April 2016 at 21:09, Wills Wang wrote: > The correct pinctrl is handled automatically so we don't need to do it in > the driver. > > Signed-off-by: Wills Wang > --- > > drivers/serial/serial_ar933x.c | 16 ++-- > 1 file changed, 2 insertions(+), 14 deletions(-) Reviewed-by: Si

[U-Boot] [PATCH 2/4] ar933x: serial: Remove the explicit pinctrl setting

2016-04-11 Thread Wills Wang
The correct pinctrl is handled automatically so we don't need to do it in the driver. Signed-off-by: Wills Wang --- drivers/serial/serial_ar933x.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/serial/serial_ar933x.c b/drivers/serial/serial_ar933x.