From: Marcin Niestroj Date: Wed, 21 Nov 2018 19:32:01 +0000 (+0100) Subject: ARM: dts: am335x-chiliboard: add /chosen/stdout-path X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=627d74c79b944add0806b21ab894e7eafed986b2;p=u-boot.git ARM: dts: am335x-chiliboard: add /chosen/stdout-path Add that node path in u-boot overlay dtsi file for now to keep am335x-chiliboard.dts in sync with Linux. Signed-off-by: Marcin Niestroj Reviewed-by: Tom Rini --- diff --git a/arch/arm/dts/am335x-chiliboard-u-boot.dtsi b/arch/arm/dts/am335x-chiliboard-u-boot.dtsi new file mode 100644 index 0000000000..4f9d308039 --- /dev/null +++ b/arch/arm/dts/am335x-chiliboard-u-boot.dtsi @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0+ or X11 +/* + * Copyright (C) 2018 Grinn Sp. z o.o. -- http://www.grinn-global.com/ + * Author: Marcin Niestroj + */ + +/ { + chosen { + stdout-path = &uart0; + }; +};