ath79: qca955x: remove redundant phy-mode
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 16 Dec 2020 16:01:02 +0000 (17:01 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 17 Dec 2020 11:05:26 +0000 (12:05 +0100)
phy-mode is already set to rgmii for eth0 and sgmii for eth1 in
qca955x.dtsi, no need to do that again in the device DTS files.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/dts/qca9557_8dev_rambutan.dts
target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts
target/linux/ath79/dts/qca9558_engenius_ecb1750.dts
target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts
target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts

index 3b714a2fb37705ea03f562b6e024e32172c5068f..ce465551486b0e01cedf5cf5155f09851d48d1f9 100644 (file)
@@ -87,7 +87,6 @@
 
        pll-data = <0x17000000 0x101 0x1313>;
        phy-handle = <&phy1>;
-       phy-mode = "sgmii";
        qca955x-sgmii-fixup;
        mtd-mac-address = <&art 0x6>;
 };
index b8429fed45df22628d8015e6d01da46e41c98da2..86f889a5dcc7475349fffdb57bdacf1442a82120 100644 (file)
        status = "okay";
 
        phy-handle = <&phy0>;
-       phy-mode = "rgmii";
        pll-data = <0x56000000 0x00000101 0x00001616>;
 
        fixed-link {
        status = "okay";
 
        phy-mask = <0>;
-       phy-mode = "sgmii";
        pll-data = <0x03000101 0x00000101 0x00001616>;
 
        fixed-link {
index 9f2c9c048bac39da54b97afb7a6382214548edef..159ccc18722473e5aeaef9cace0a993d0b29c1b4 100644 (file)
        pll-data = <0x9a000000 0x80000101 0x80001313>;
 
        phy-handle = <&phy5>;
-       phy-mode = "rgmii";
 
        gmac-config {
                device = <&gmac>;
index 57886230255700337454a02bb1017571aa900c4f..5be931bcd049d97b97312a2ef412b3c5b712daf0 100644 (file)
 &eth1 {
        status = "okay";
 
-       phy-mode = "sgmii";
        pll-data = <0x03000101 0x00000101 0x00001616>;
        mtd-mac-address = <&art 0x6>;
 
index fabfe14cf859bf7e9ae56f617c4accbbc94fbe00..8cea2ff40151034ea3a09b9f0394d784f318cb1f 100644 (file)
        pll-data = <0x82000101 0x80000101 0x80001313>;
 
        phy-handle = <&phy4>;
-       phy-mode = "rgmii";
 };
 
 &eth1 {
        pll-data = <0x03000101 0x80000101 0x80001313>;
 
        phy-handle = <&phy1>;
-       phy-mode = "sgmii";
 };