mirror of
https://xff.cz/git/u-boot/
synced 2025-10-09 20:16:27 +02:00
net: dwc_eth_qos: Add support of STM32MP13xx platform
Add compatible "st,stm32mp13-dwmac" to manage STM32MP13 boards. Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Christophe Roullier <christophe.roullier@st.com> Signed-off-by: Marek Vasut <marex@denx.de> # Rebase, reshuffle, squash code Reviewed-by: Christophe ROULLIER <christophe.roullier@foss.st.com>
This commit is contained in:
committed by
Patrice Chotard
parent
a440d19c6c
commit
882b2287a6
@@ -1505,6 +1505,10 @@ static const struct udevice_id eqos_ids[] = {
|
||||
},
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_DWC_ETH_QOS_STM32)
|
||||
{
|
||||
.compatible = "st,stm32mp13-dwmac",
|
||||
.data = (ulong)&eqos_stm32mp13_config
|
||||
},
|
||||
{
|
||||
.compatible = "st,stm32mp1-dwmac",
|
||||
.data = (ulong)&eqos_stm32mp15_config
|
||||
|
Reference in New Issue
Block a user