From: Chris Packham <judge.packham@gmail.com>
To: Stefan Roese <sr@denx.de>
Cc: Elad Nachman <enachman@marvell.com>,
Vadym Kochan <vadym.kochan@plvision.eu>,
Chris Packham <judge.packham@gmail.com>,
Bharat Gooty <bharat.gooty@broadcom.com>,
Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>,
Tom Rini <trini@konsulko.com>,
u-boot@lists.denx.de
Subject: [PATCH v6 1/6] arm: mvebu: Don't use CONFIG_TIMER on ARM64
Date: Sat, 5 Nov 2022 17:23:55 +1300 [thread overview]
Message-ID: <20221105042400.277650-2-judge.packham@gmail.com> (raw)
In-Reply-To: <20221105042400.277650-1-judge.packham@gmail.com>
The 64-bit mvebu SoCs don't have a suitable timer driver so add a !ARM64
condition to the select.
Fixes: 7b530bb19e ("arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platforms")
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
(no changes since v1)
arch/arm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 453bef900e..7866e8f3c4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -640,7 +640,7 @@ config ARCH_MVEBU
select SPL_DM_SPI if SPL
select SPL_DM_SPI_FLASH if SPL
select SPL_TIMER if SPL
- select TIMER
+ select TIMER if !ARM64
select OF_CONTROL
select OF_SEPARATE
select SPI
--
2.38.1
next prev parent reply other threads:[~2022-11-05 4:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-05 4:23 [PATCH v6 0/6] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5) Chris Packham
2022-11-05 4:23 ` Chris Packham [this message]
2022-11-07 6:23 ` [PATCH v6 1/6] arm: mvebu: Don't use CONFIG_TIMER on ARM64 Stefan Roese
2022-11-05 4:23 ` [PATCH v6 2/6] net: mvneta: Add support for AlleyCat5 Chris Packham
2022-11-09 8:22 ` Ramon Fried
2022-11-09 8:24 ` Stefan Roese
2022-11-05 4:23 ` [PATCH v6 3/6] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci Chris Packham
2022-11-05 4:23 ` [PATCH v6 4/6] pinctrl: mvebu: Add AlleyCat5 support Chris Packham
2022-11-05 4:23 ` [PATCH v6 5/6] arm: mvebu: Support for 98DX25xx/98DX35xx SoC Chris Packham
2022-11-05 4:24 ` [PATCH v6 6/6] arm: mvebu: Add RD-AC5X board Chris Packham
2022-11-07 8:23 ` [PATCH v6 0/6] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5) 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=20221105042400.277650-2-judge.packham@gmail.com \
--to=judge.packham@gmail.com \
--cc=bharat.gooty@broadcom.com \
--cc=enachman@marvell.com \
--cc=rayagonda.kokatanur@broadcom.com \
--cc=sr@denx.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vadym.kochan@plvision.eu \
/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