From: Enric Balletbo i Serra Date: Sat, 16 Jan 2016 10:51:10 +0000 (+0100) Subject: ARM: dts: igep00x0: Specify the device to be used for boot console output. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8d289cc6237449bb9c26774893fc2cfcb1455fa3;p=deliverable%2Flinux.git ARM: dts: igep00x0: Specify the device to be used for boot console output. UART3 device is the device to be used for boot console output. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Javier Martinez Canillas Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi index 3caf062f882c..4fc7e0f74e76 100644 --- a/arch/arm/boot/dts/omap3-igep.dtsi +++ b/arch/arm/boot/dts/omap3-igep.dtsi @@ -18,6 +18,10 @@ reg = <0x80000000 0x20000000>; /* 512 MB */ }; + chosen { + stdout-path = &uart3; + }; + sound { compatible = "ti,omap-twl4030"; ti,model = "igep2";