From: Jonas Rebmann <jre@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>,
BAREBOX <barebox@lists.infradead.org>
Cc: Jonas Rebmann <jre@pengutronix.de>
Subject: [PATCH] fixup! ARM: boards: Add support for PRT8ML
Date: Wed, 24 Sep 2025 10:13:51 +0200 [thread overview]
Message-ID: <20250924-prt8ml-fixup-v1-1-477ac5d8d67e@pengutronix.de> (raw)
Remove redundant clock setup code already present in
imx8m_ccgr_clock_enable() called from imx8mp_cpu_lowlevel_init()
Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
---
arch/arm/boards/protonic-imx8m/lowlevel-prt8ml.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/arm/boards/protonic-imx8m/lowlevel-prt8ml.c b/arch/arm/boards/protonic-imx8m/lowlevel-prt8ml.c
index 54c0e4a1a7..ffbc08b6bc 100644
--- a/arch/arm/boards/protonic-imx8m/lowlevel-prt8ml.c
+++ b/arch/arm/boards/protonic-imx8m/lowlevel-prt8ml.c
@@ -86,11 +86,6 @@ static __noreturn noinline void prt_prt8ml_start(void)
ENTRY_FUNCTION(start_prt_prt8ml, r0, r1, r2)
{
- void __iomem *ccm = IOMEM(MX8M_CCM_BASE_ADDR);
-
- writel(IMX8M_CCM_CCGR_SETTINGn_NEEDED(0),
- ccm + IMX8M_CCM_CCGRn_SET(IMX8M_CCM_CCGR_SCTR));
-
imx8mp_cpu_lowlevel_init();
relocate_to_current_adr();
---
base-commit: 7e32be40a193007e138c0eb589eb852420655523
change-id: 20250924-prt8ml-fixup-5cdfa477bca8
Best regards,
--
Jonas Rebmann <jre@pengutronix.de>
next reply other threads:[~2025-09-24 8:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-24 8:13 Jonas Rebmann [this message]
2025-09-26 11:31 ` Sascha Hauer
2025-09-28 13:28 Lucas Stach
2025-09-29 7:25 ` Sascha Hauer
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=20250924-prt8ml-fixup-v1-1-477ac5d8d67e@pengutronix.de \
--to=jre@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.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