From 6b487e485e927083d00af16f2de7546e2c82cccc Mon Sep 17 00:00:00 2001 From: "yanhong.wang" Date: Wed, 24 Aug 2022 18:26:10 +0800 Subject: [PATCH] riscv: dts: starfive: jh7110: Rename starfive dwmac compatible name Rename the compatible name in ethernet node to adapted the StarFive dwmac driver. Signed-off-by: yanhong.wang --- arch/riscv/boot/dts/starfive/jh7110.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 arch/riscv/boot/dts/starfive/jh7110.dtsi diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi old mode 100755 new mode 100644 index fc25056..08f1f78 --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi @@ -1017,7 +1017,7 @@ }; gmac0: ethernet@16030000 { - compatible = "starfive,jh7110-eqos-5.20"; + compatible = "starfive,dwmac","snps,dwmac-5.10a"; reg = <0x0 0x16030000 0x0 0x10000>; clock-names = "gtx", "tx", @@ -1058,7 +1058,7 @@ }; gmac1: ethernet@16040000 { - compatible = "starfive,jh7110-eqos-5.20"; + compatible = "starfive,dwmac","snps,dwmac-5.10a"; reg = <0x0 0x16040000 0x0 0x10000>; clock-names = "gtx", "tx", -- 2.7.4