From: Tony Dinh <mibodhi@gmail.com>
To: Stefan Roese <sr@denx.de>, U-Boot Mailing List <u-boot@lists.denx.de>
Cc: "Michael Walle" <michael@walle.cc>,
"Tom Rini" <trini@konsulko.com>, "Pali Roh�r" <pali@kernel.org>,
"Tony Dinh" <mibodhi@gmail.com>, "Peng Fan" <peng.fan@nxp.com>
Subject: [PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Pogoplug V4 board
Date: Fri, 10 Feb 2023 13:08:17 -0800 [thread overview]
Message-ID: <20230210210818.32387-1-mibodhi@gmail.com> (raw)
When DM_SERIAL is enabled, the device-tree tag u-boot,dm-pre-reloc is
required for this board to boot over UART with kwboot. Enable this in
kirkwood-pogoplug-series-4-u-boot.dtsi.
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
---
arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi
diff --git a/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi b/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi
new file mode 100644
index 0000000000..f9e127234c
--- /dev/null
+++ b/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2023 Tony Dinh <mibodhi@gmail.com>
+ */
+&uart0 {
+ u-boot,dm-pre-reloc;
+};
--
2.30.2
next reply other threads:[~2023-02-10 21:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-10 21:08 Tony Dinh [this message]
2023-02-13 8:43 ` [PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Pogoplug V4 board Stefan Roese
2023-02-13 8:48 ` Michael Walle
2023-02-13 9:12 ` Stefan Roese
2023-02-13 17:56 ` Tony Dinh
2023-02-13 14:01 ` Stefan Roese
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230210210818.32387-1-mibodhi@gmail.com \
--to=mibodhi@gmail.com \
--cc=michael@walle.cc \
--cc=pali@kernel.org \
--cc=peng.fan@nxp.com \
--cc=sr@denx.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox