aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos_imx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/dwc_eth_qos_imx.c')
-rw-r--r--drivers/net/dwc_eth_qos_imx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/dwc_eth_qos_imx.c b/drivers/net/dwc_eth_qos_imx.c
index 60f3f3f5a1..e3f55dd981 100644
--- a/drivers/net/dwc_eth_qos_imx.c
+++ b/drivers/net/dwc_eth_qos_imx.c
@@ -181,6 +181,9 @@ static int eqos_set_tx_clk_speed_imx(struct udevice *dev)
ulong rate;
int ret;
+ if (device_is_compatible(dev, "nxp,imx93-dwmac-eqos"))
+ return 0;
+
debug("%s(dev=%p):\n", __func__, dev);
if (eqos->phy->interface == PHY_INTERFACE_MODE_RMII)