From 01c37be40fc35137a8b97e5176017958d57e401c Mon Sep 17 00:00:00 2001 From: Enric Balletbo i Serra Date: Sat, 16 Jan 2016 11:51:12 +0100 Subject: [PATCH] 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 --- arch/arm/boot/dts/am335x-sl50.dts | 4 ++++ 1 file changed, 4 insertions(+) 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"; -- 2.34.1