From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Agner Date: Mon, 25 Jan 2016 09:19:44 -0800 Subject: [U-Boot] [PATCHv2 2/8] arm: colibri-vf: Enable serial support In-Reply-To: <1453741440-19834-3-git-send-email-bhuvanchandra.dv@toradex.com> References: <1453741440-19834-1-git-send-email-bhuvanchandra.dv@toradex.com> <1453741440-19834-3-git-send-email-bhuvanchandra.dv@toradex.com> Message-ID: <073e255076641ba3e893f7beda185f9c@agner.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2016-01-25 09:03, Bhuvanchandra DV wrote: > - Enable lpuart support on Toradex Colibri VF50/VF61 > - Use UART0 for stdout. Compared to the previous commit, I would say here it is fine, since those two changes are really connected. Acked-by: Stefan Agner -- Stefan > > Signed-off-by: Bhuvanchandra DV > --- > arch/arm/dts/vf-colibri.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/dts/vf-colibri.dtsi b/arch/arm/dts/vf-colibri.dtsi > index 7a8e9bee..13a1dba 100644 > --- a/arch/arm/dts/vf-colibri.dtsi > +++ b/arch/arm/dts/vf-colibri.dtsi > @@ -10,6 +10,12 @@ > */ > #include "vf.dtsi" > > +/ { > + chosen { > + stdout-path = &uart0; > + }; > +}; > + > &dspi1 { > status = "okay"; > bus-num = <1>; > @@ -19,3 +25,6 @@ > spi-max-frequency = <50000000>; > }; > }; > +&uart0 { > + status = "okay"; > +};