]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: macb: drop usrio pointer on EyeQ5 config
authorThéo Lebrun <theo.lebrun@bootlin.com>
Wed, 25 Mar 2026 16:28:18 +0000 (16:28 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sun, 29 Mar 2026 21:34:29 +0000 (14:34 -0700)
commitcd1082a96f9a1ffe053e48ac0a1b4fffb189c30e
tree37cccea77b9c35536c10e42cbc8fd8caf9982d44
parent32fc6a9f6e7585b2b39999a22635c06aa810d1bc
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>
drivers/net/ethernet/cadence/macb_main.c