diff mbox series

[U-Boot,2/4] ARM: dts: am335x-chiliboard: add /chosen/stdout-path

Message ID 20181121193203.10906-3-m.niestroj@grinn-global.com
State Accepted
Commit 627d74c79b944add0806b21ab894e7eafed986b2
Delegated to: Tom Rini
Headers show
Series ARM: chiliboard: move towards driver model and device-tree boot | expand

Commit Message

Marcin Niestroj Nov. 21, 2018, 7:32 p.m. UTC
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>
---
 arch/arm/dts/am335x-chiliboard-u-boot.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 arch/arm/dts/am335x-chiliboard-u-boot.dtsi

Comments

Tom Rini Nov. 22, 2018, 1:30 p.m. UTC | #1
On Wed, Nov 21, 2018 at 08:32:01PM +0100, Marcin Niestroj wrote:

> 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>
Tom Rini Nov. 27, 2018, 6:48 p.m. UTC | #2
On Wed, Nov 21, 2018 at 08:32:01PM +0100, Marcin Niestroj wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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;
+	};
+};