summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLey Foon Tan <leyfoon.tan@starfivetech.com>2024-04-29 08:35:26 +0300
committerLey Foon Tan <leyfoon.tan@starfivetech.com>2024-05-03 06:04:03 +0300
commit22155ab70326a2f6af2cf56a73c77475267407e1 (patch)
tree8255613a19df2fa50a449b0fc4c88d75e9053397
parent4d0de3e4e50b4d67fee5d920cb5ec10b2666db15 (diff)
downloadu-boot-22155ab70326a2f6af2cf56a73c77475267407e1.tar.xz
net: dwc_eth_qos: Change dubhe dwmac compatible string
Change compatible string to match with dts. Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
-rw-r--r--drivers/net/dwc_eth_qos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c
index a29155ad6e..dab4d9e83a 100644
--- a/drivers/net/dwc_eth_qos.c
+++ b/drivers/net/dwc_eth_qos.c
@@ -2046,7 +2046,7 @@ static const struct udevice_id eqos_ids[] = {
},
#endif
{
- .compatible = "starfive,dubhe-eqos-5.20",
+ .compatible = "starfive,dubhe-dwmac",
.data = (ulong)&eqos_dubhe_config
},
#endif