riscv: dts: starfive: jh7110: Rename starfive dwmac compatible name
authoryanhong.wang <yanhong.wang@starfivetech.com>
Wed, 24 Aug 2022 10:26:10 +0000 (18:26 +0800)
committeryanhong.wang <yanhong.wang@starfivetech.com>
Wed, 24 Aug 2022 10:26:10 +0000 (18:26 +0800)
Rename the compatible name in ethernet node to adapted the  StarFive  dwmac driver.

Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
arch/riscv/boot/dts/starfive/jh7110.dtsi [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index fc25056..08f1f78
                };
 
                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",
                };
 
                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",