diff options
author | Marcin Niestroj <m.niestroj@grinn-global.com> | 2018-11-21 20:32:01 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-26 22:52:13 -0500 |
commit | 627d74c79b944add0806b21ab894e7eafed986b2 (patch) | |
tree | 088862c86af651a45b853ff7618b83ee7426ab93 /arch/arm | |
parent | e067379f8867ed1ee1f41966b29afc407a7ffc5e (diff) |
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 <m.niestroj@grinn-global.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/am335x-chiliboard-u-boot.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
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 <m.niestroj@grinn-global.com> + */ + +/ { + chosen { + stdout-path = &uart0; + }; +}; |