Re: [U-Boot] [PATCH] am33xx: Update serial pdata

2015-12-06 Thread Tom Rini
On Sun, Dec 06, 2015 at 08:43:36AM -0800, Simon Glass wrote: > Hi Tom, > > On 6 December 2015 at 08:10, Tom Rini wrote: > > We now want to make sure that we have the platform data for NS16550 when > > we do not have OF_CONTROL set. > > > > Signed-off-by: Tom Rini > > --- > > arch/arm/cpu/armv7

Re: [U-Boot] [PATCH] am33xx: Update serial pdata

2015-12-06 Thread Simon Glass
Hi Tom, On 6 December 2015 at 08:10, Tom Rini wrote: > We now want to make sure that we have the platform data for NS16550 when > we do not have OF_CONTROL set. > > Signed-off-by: Tom Rini > --- > arch/arm/cpu/armv7/am33xx/board.c | 18 +++--- > 1 file changed, 7 insertions(+), 11

[U-Boot] [PATCH] am33xx: Update serial pdata

2015-12-06 Thread Tom Rini
We now want to make sure that we have the platform data for NS16550 when we do not have OF_CONTROL set. Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/board.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/arch/arm/cpu/armv7/am33xx/board.c b/arc