From: Ernest Van Hoecke <ernestvanhoecke@gmail.com>
To: Tom Rini <trini@konsulko.com>
Cc: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>,
Neha Malcom Francis <n-francis@ti.com>,
Manorit Chawdhry <m-chawdhry@ti.com>, Andrew Davis <afd@ti.com>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Emanuele Ghidoli <emanuele.ghidoli@toradex.com>,
Franz Schnyder <franz.schnyder@toradex.com>,
u-boot@lists.denx.de
Subject: [PATCH v1 2/2] board: toradex: aquila-am69: Remove ETH_1 MCU_CLKOUT0
Date: Tue, 27 Jan 2026 11:14:12 +0100 [thread overview]
Message-ID: <20260127101413.2812815-3-ernestvanhoecke@gmail.com> (raw)
In-Reply-To: <20260127101413.2812815-1-ernestvanhoecke@gmail.com>
From: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
On the Toradex Aquila AM69 V1.1, the on-module ETH_1 relies on an
external 25 MHz crystal oscillator. On the V1.0, we needed to enable
MCU_CLKOUT0, but support for this was already dropped from the device
tree before being sent to U-Boot.
Remove this obsolete enabling of MCU_CLKOUT0.
Fixes: 3f0528882c0d ("board: toradex: add aquila am69 support")
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
---
board/toradex/aquila-am69/aquila-am69.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/board/toradex/aquila-am69/aquila-am69.c b/board/toradex/aquila-am69/aquila-am69.c
index 98b9bfc5aa4b..e0975d5bc6fe 100644
--- a/board/toradex/aquila-am69/aquila-am69.c
+++ b/board/toradex/aquila-am69/aquila-am69.c
@@ -22,8 +22,6 @@
#include "ddrs_patch.h"
#define CTRL_MMR_CFG0_MCU_ADC1_CTRL 0x40F040B4
-#define CTRL_MMR_CFG0_MCU_CLKOUT0_CTRL 0x40F08010
-#define MCU_CLKOUT0_CTRL_CLK_EN BIT(4)
#define HW_CFG_MEM_SZ_32GB 0x00
#define HW_CFG_MEM_SZ_16GB 0x01
@@ -200,9 +198,4 @@ void spl_board_init(void)
if (ret)
printf("ESM PMIC init failed: %d\n", ret);
}
-
- if (IS_ENABLED(CONFIG_TARGET_AQUILA_AM69_R5))
- writel(readl(CTRL_MMR_CFG0_MCU_CLKOUT0_CTRL) |
- MCU_CLKOUT0_CTRL_CLK_EN,
- CTRL_MMR_CFG0_MCU_CLKOUT0_CTRL);
}
--
2.43.0
next prev parent reply other threads:[~2026-01-27 13:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-27 10:14 [PATCH v1 0/2] toradex: aquila-am69: fix SPL USB DFU, drop obsolete clock Ernest Van Hoecke
2026-01-27 10:14 ` [PATCH v1 1/2] arm: dts: k3-am69-aquila: Fix SPL USB DFU gadget failures Ernest Van Hoecke
2026-01-27 10:14 ` Ernest Van Hoecke [this message]
2026-01-27 14:52 ` [PATCH v1 0/2] toradex: aquila-am69: fix SPL USB DFU, drop obsolete clock Francesco Dolcini
2026-02-04 14:01 ` Tom Rini
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=20260127101413.2812815-3-ernestvanhoecke@gmail.com \
--to=ernestvanhoecke@gmail.com \
--cc=afd@ti.com \
--cc=emanuele.ghidoli@toradex.com \
--cc=ernest.vanhoecke@toradex.com \
--cc=francesco.dolcini@toradex.com \
--cc=franz.schnyder@toradex.com \
--cc=m-chawdhry@ti.com \
--cc=n-francis@ti.com \
--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