diff options
Diffstat (limited to 'drivers/net/dwc_eth_qos.c')
-rw-r--r-- | drivers/net/dwc_eth_qos.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c index 0cfe09333f7..551ee0ea6a0 100644 --- a/drivers/net/dwc_eth_qos.c +++ b/drivers/net/dwc_eth_qos.c @@ -1599,6 +1599,10 @@ static const struct udevice_id eqos_ids[] = { .compatible = "st,stm32mp1-dwmac", .data = (ulong)&eqos_stm32mp15_config }, + { + .compatible = "st,stm32mp25-dwmac", + .data = (ulong)&eqos_stm32mp25_config + }, #endif #if IS_ENABLED(CONFIG_DWC_ETH_QOS_IMX) { |