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 <[email protected]>

--
Stefan

> 
> Signed-off-by: Bhuvanchandra DV <[email protected]>
> ---
>  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";
> +};
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to