]> Git Repo - J-u-boot.git/commitdiff
ARM: dts: am335x-chiliboard: add /chosen/stdout-path
authorMarcin Niestroj <[email protected]>
Wed, 21 Nov 2018 19:32:01 +0000 (20:32 +0100)
committerTom Rini <[email protected]>
Tue, 27 Nov 2018 03:52:13 +0000 (22:52 -0500)
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/dts/am335x-chiliboard-u-boot.dtsi [new file with mode: 0644]

diff --git a/arch/arm/dts/am335x-chiliboard-u-boot.dtsi b/arch/arm/dts/am335x-chiliboard-u-boot.dtsi
new file mode 100644 (file)
index 0000000..4f9d308
--- /dev/null
@@ -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 <[email protected]>
+ */
+
+/ {
+       chosen {
+               stdout-path = &uart0;
+       };
+};
This page took 0.038743 seconds and 4 git commands to generate.