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: v2025.01-rc5-pxa1908~14454^2~42 X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=2539f3926c5d969c76a34d680bc70f82ec8f25d5;p=u-boot.git 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>;