]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: dwc_eth_qos: Fix support for stm32mp2 platform
authorMarek Vasut <marek.vasut@mailbox.org>
Mon, 15 Sep 2025 00:53:04 +0000 (02:53 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 16 Sep 2025 13:24:30 +0000 (15:24 +0200)
commit483e19b0ad02672482fdf62097f1758719ff52fc
tree052cd8c829a34ccf665d46cdfd5dc673d86519e9
parent7b9b34aa6d2a9125adca5a286eca4bda87e215b9
net: dwc_eth_qos: Fix support for stm32mp2 platform

The layout of SYSCFG_ETHnCR on STM32MP25xx is slightly different yet again.
Add missing swizzling to program the correct register with the correct content.

Fixes: 20afca89ed53 ("net: dwc_eth_qos: add support of stm32mp2 platform")
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Christophe ROULLIER<christophe.roullier@foss.st.com>
drivers/net/dwc_eth_qos_stm32.c