summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Lebrun <theo.lebrun@bootlin.com>2026-03-25 19:28:18 +0300
committerJakub Kicinski <kuba@kernel.org>2026-03-30 00:34:29 +0300
commitcd1082a96f9a1ffe053e48ac0a1b4fffb189c30e (patch)
tree37cccea77b9c35536c10e42cbc8fd8caf9982d44
parent32fc6a9f6e7585b2b39999a22635c06aa810d1bc (diff)
downloadlinux-cd1082a96f9a1ffe053e48ac0a1b4fffb189c30e.tar.xz
net: macb: drop usrio pointer on EyeQ5 config
USRIO is disabled on this platform, drop its inherited usrio config. We will end up with MACB_CAPS_USRIO_DISABLED on this platform: - We have no config->usrio so macb_configure_caps() deduces that the feature is disabled. - Anecdotally, we would also land in the runtime detection codepath that reads DCFG1. Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20260325-stillness-undertake-d83054057b8d@spud Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/net/ethernet/cadence/macb_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c
index 4dae84ceb545..7a48ebe0741f 100644
--- a/drivers/net/ethernet/cadence/macb_main.c
+++ b/drivers/net/ethernet/cadence/macb_main.c
@@ -5695,7 +5695,6 @@ static const struct macb_config eyeq5_config = {
.dma_burst_length = 16,
.init = eyeq5_init,
.jumbo_max_len = 10240,
- .usrio = &at91_default_usrio,
};
static const struct macb_config raspberrypi_rp1_config = {