From: Simon Glass Date: Thu, 23 Oct 2014 03:37:07 +0000 (-0600) Subject: dm: dts: omap: Select correct console for beaglebone X-Git-Tag: KARO-TXA5-2015-06-26~446^2~42 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=2539f3926c5d969c76a34d680bc70f82ec8f25d5;ds=inline dm: dts: omap: Select correct console for beaglebone Select serial0 as the console. Signed-off-by: Simon Glass Acked-by: Tom Rini --- diff --git a/arch/arm/dts/am335x-bone-common.dtsi b/arch/arm/dts/am335x-bone-common.dtsi index 2f66deda9f..e70b4d1f1f 100644 --- a/arch/arm/dts/am335x-bone-common.dtsi +++ b/arch/arm/dts/am335x-bone-common.dtsi @@ -10,6 +10,10 @@ model = "TI AM335x BeagleBone"; compatible = "ti,am335x-bone", "ti,am33xx"; + chosen { + stdout-path = &uart0; + }; + cpus { cpu@0 { cpu0-supply = <&dcdc2_reg>;