devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: vf-colibri: define stdout-path property
@ 2015-07-15 14:50 Stefan Agner
  2015-07-30 16:43 ` Stefan Agner
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Agner @ 2015-07-15 14:50 UTC (permalink / raw)
  To: shawn.guo, kernel
  Cc: devicetree, linux-arm-kernel, linux-kernel, Stefan Agner

Define Vybrid's UART0, connected to the Colibri pinout UART_A, as
standard output.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
index 77e1a45..2ce6fe5 100644
--- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
+++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
@@ -9,7 +9,7 @@
 
 / {
 	chosen {
-		bootargs = "console=ttyLP0,115200";
+		stdout-path = "serial0:115200n8";
 	};
 
 	clk16m: clk16m {
-- 
2.4.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ARM: dts: vf-colibri: define stdout-path property
  2015-07-15 14:50 [PATCH v2] ARM: dts: vf-colibri: define stdout-path property Stefan Agner
@ 2015-07-30 16:43 ` Stefan Agner
       [not found]   ` <0af90d47043467591155c16f621cc1da-XLVq0VzYD2Y@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Agner @ 2015-07-30 16:43 UTC (permalink / raw)
  To: shawn.guo; +Cc: devicetree, linux-kernel, linux-arm-kernel

Hi Shawn,

Did you notice this change? Just asking since you applied some other
changes already...

--
Stefan

On 2015-07-15 16:50, Stefan Agner wrote:
> Define Vybrid's UART0, connected to the Colibri pinout UART_A, as
> standard output.
> 
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
>  arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> index 77e1a45..2ce6fe5 100644
> --- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> +++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> @@ -9,7 +9,7 @@
>  
>  / {
>  	chosen {
> -		bootargs = "console=ttyLP0,115200";
> +		stdout-path = "serial0:115200n8";
>  	};
>  
>  	clk16m: clk16m {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ARM: dts: vf-colibri: define stdout-path property
       [not found]   ` <0af90d47043467591155c16f621cc1da-XLVq0VzYD2Y@public.gmane.org>
@ 2015-08-05 11:59     ` Shawn Guo
  0 siblings, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2015-08-05 11:59 UTC (permalink / raw)
  To: Stefan Agner
  Cc: shawn.guo-QSEj5FYQhm4dnm+yROfE0A,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Thu, Jul 30, 2015 at 06:43:29PM +0200, Stefan Agner wrote:
> Hi Shawn,
> 
> Did you notice this change? Just asking since you applied some other
> changes already...

Just applied.  Sorry for the delay.

Shawn

> 
> --
> Stefan
> 
> On 2015-07-15 16:50, Stefan Agner wrote:
> > Define Vybrid's UART0, connected to the Colibri pinout UART_A, as
> > standard output.
> > 
> > Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
> > ---
> >  arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > index 77e1a45..2ce6fe5 100644
> > --- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > +++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> > @@ -9,7 +9,7 @@
> >  
> >  / {
> >  	chosen {
> > -		bootargs = "console=ttyLP0,115200";
> > +		stdout-path = "serial0:115200n8";
> >  	};
> >  
> >  	clk16m: clk16m {
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-05 11:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-15 14:50 [PATCH v2] ARM: dts: vf-colibri: define stdout-path property Stefan Agner
2015-07-30 16:43 ` Stefan Agner
     [not found]   ` <0af90d47043467591155c16f621cc1da-XLVq0VzYD2Y@public.gmane.org>
2015-08-05 11:59     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).