From: Enric Balletbo i Serra Date: Sat, 16 Jan 2016 10:51:12 +0000 (+0100) Subject: ARM: dts: am335x-sl50: Specify the device to be used for boot console output. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=01c37be40fc35137a8b97e5176017958d57e401c;p=deliverable%2Flinux.git ARM: dts: am335x-sl50: Specify the device to be used for boot console output. UART0 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/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts index d38edfa53bb9..9e1dac639fad 100644 --- a/arch/arm/boot/dts/am335x-sl50.dts +++ b/arch/arm/boot/dts/am335x-sl50.dts @@ -19,6 +19,10 @@ }; }; + chosen { + stdout-path = &uart0; + }; + leds { compatible = "gpio-leds"; pinctrl-names = "default";