Re: [U-Boot] [PATCH v3 24/62] dm: serial: Add support for of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > When this feature is enabled, we cannot access the device tree to find out > which serial device to use. Just use the first serial driver we find. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > drivers/serial/s

[U-Boot] [PATCH v3 24/62] dm: serial: Add support for of-platdata

2016-07-04 Thread Simon Glass
When this feature is enabled, we cannot access the device tree to find out which serial device to use. Just use the first serial driver we find. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/serial/serial-uclass.c | 8 +++- 1 file changed, 7 insertions(+),