search for: d7204fb

Displaying 1 result from an estimated 1 matches for "d7204fb".

2013 Aug 29
2
Re: [PATCH V1 17/29] xen/arm: Mark each device used by Xen as disabled in DOM0 FDT
...rall@xxxxxxxxxx> > Acked-by: Ian Cambell <ian.campbell@xxxxxxxxxx> > --- > xen/drivers/char/dt-uart.c | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) > > diff --git a/xen/drivers/char/dt-uart.c b/xen/drivers/char/dt-uart.c > index 93bb0f5..d7204fb 100644 > --- a/xen/drivers/char/dt-uart.c > +++ b/xen/drivers/char/dt-uart.c > @@ -26,9 +26,10 @@ > > /* > * Configure UART port with a string: > - * alias,options > + * path,options > * > - * @alias: alias used in the device tree for the UART > + * @path: fu...