diff options
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/dts/axs10x_mb.dtsi | 2 | ||||
-rw-r--r-- | arch/arc/dts/hsdk.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/dts/axs10x_mb.dtsi b/arch/arc/dts/axs10x_mb.dtsi index 6d97de9fd8..5b77642b8d 100644 --- a/arch/arc/dts/axs10x_mb.dtsi +++ b/arch/arc/dts/axs10x_mb.dtsi @@ -53,7 +53,7 @@ }; ethernet@18000 { - compatible = "altr,socfpga-stmmac"; + compatible = "snps,arc-dwmac-3.70a"; reg = < 0x18000 0x2000 >; phy-mode = "gmii"; snps,pbl = < 32 >; diff --git a/arch/arc/dts/hsdk.dts b/arch/arc/dts/hsdk.dts index 7028050447..34ef3a620a 100644 --- a/arch/arc/dts/hsdk.dts +++ b/arch/arc/dts/hsdk.dts @@ -71,7 +71,7 @@ ethernet@f0008000 { #interrupt-cells = <1>; - compatible = "altr,socfpga-stmmac"; + compatible = "snps,arc-dwmac-3.70a"; reg = <0xf0008000 0x2000>; phy-mode = "gmii"; }; |