Re: [PATCH] serial_auart: make dt aware

2016-04-27 Thread Sascha Hauer
On Tue, Apr 26, 2016 at 11:08:34AM +0200, Uwe Kleine-König wrote: > This allows to instantiate devices from an oftree and so allows > to select the console using /chosen/stdout-path. > > Signed-off-by: Uwe Kleine-König > --- > drivers/serial/serial_auart.c | 9 + > 1 file changed, 9 inse

[PATCH] serial_auart: make dt aware

2016-04-26 Thread Uwe Kleine-König
This allows to instantiate devices from an oftree and so allows to select the console using /chosen/stdout-path. Signed-off-by: Uwe Kleine-König --- drivers/serial/serial_auart.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/serial/serial_auart.c b/drivers/serial/serial_au