From: Rouven Czerwinski <rouven.czerwinski@linaro.org>
To: barebox@lists.infradead.org
Cc: Rouven Czerwinski <rouven.czerwinski@linaro.org>
Subject: [PATCH] virt: select COMMON_CLK & COMMON_CLK_OF_PROVIDER
Date: Tue, 13 May 2025 11:45:21 +0100 [thread overview]
Message-ID: <20250513104521.4104574-1-rouven.czerwinski@linaro.org> (raw)
Otherwise the qemu invocation provided in the documentation leads to no
output on the serial console, presumably because the serial driver can
not calculate the timings. This was not noticed in the multi_v8_defconfig since
any other platform selects both.
Tested by using multi_v8_defconfig and disabling every other platform
except virt.
Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>
---
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 84b1660d1e..0800b15d78 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -146,6 +146,8 @@ config ARCH_ARM64_VIRT
select BOARD_ARM_VIRT
select HW_HAS_PCI
select HAS_DEBUG_LL
+ select COMMON_CLK
+ select COMMON_CLK_OF_PROVIDER
config ARCH_BCM283X
bool "Broadcom BCM283x based boards"
--
2.48.1
reply other threads:[~2025-05-13 10:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250513104521.4104574-1-rouven.czerwinski@linaro.org \
--to=rouven.czerwinski@linaro.org \
--cc=barebox@lists.infradead.org \
/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