ath79: qca955x: remove redundant phy-mode
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>
This commit is contained in:
parent
d89a7f0120
commit
ab47e21472
@ -87,7 +87,6 @@
|
|||||||
|
|
||||||
pll-data = <0x17000000 0x101 0x1313>;
|
pll-data = <0x17000000 0x101 0x1313>;
|
||||||
phy-handle = <&phy1>;
|
phy-handle = <&phy1>;
|
||||||
phy-mode = "sgmii";
|
|
||||||
qca955x-sgmii-fixup;
|
qca955x-sgmii-fixup;
|
||||||
mtd-mac-address = <&art 0x6>;
|
mtd-mac-address = <&art 0x6>;
|
||||||
};
|
};
|
||||||
|
@ -133,7 +133,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
phy-handle = <&phy0>;
|
phy-handle = <&phy0>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
pll-data = <0x56000000 0x00000101 0x00001616>;
|
pll-data = <0x56000000 0x00000101 0x00001616>;
|
||||||
|
|
||||||
fixed-link {
|
fixed-link {
|
||||||
@ -146,7 +145,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
phy-mask = <0>;
|
phy-mask = <0>;
|
||||||
phy-mode = "sgmii";
|
|
||||||
pll-data = <0x03000101 0x00000101 0x00001616>;
|
pll-data = <0x03000101 0x00000101 0x00001616>;
|
||||||
|
|
||||||
fixed-link {
|
fixed-link {
|
||||||
|
@ -129,7 +129,6 @@
|
|||||||
pll-data = <0x9a000000 0x80000101 0x80001313>;
|
pll-data = <0x9a000000 0x80000101 0x80001313>;
|
||||||
|
|
||||||
phy-handle = <&phy5>;
|
phy-handle = <&phy5>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
|
|
||||||
gmac-config {
|
gmac-config {
|
||||||
device = <&gmac>;
|
device = <&gmac>;
|
||||||
|
@ -179,7 +179,6 @@
|
|||||||
ð1 {
|
ð1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
phy-mode = "sgmii";
|
|
||||||
pll-data = <0x03000101 0x00000101 0x00001616>;
|
pll-data = <0x03000101 0x00000101 0x00001616>;
|
||||||
mtd-mac-address = <&art 0x6>;
|
mtd-mac-address = <&art 0x6>;
|
||||||
|
|
||||||
|
@ -152,7 +152,6 @@
|
|||||||
pll-data = <0x82000101 0x80000101 0x80001313>;
|
pll-data = <0x82000101 0x80000101 0x80001313>;
|
||||||
|
|
||||||
phy-handle = <&phy4>;
|
phy-handle = <&phy4>;
|
||||||
phy-mode = "rgmii";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ð1 {
|
ð1 {
|
||||||
@ -161,5 +160,4 @@
|
|||||||
pll-data = <0x03000101 0x80000101 0x80001313>;
|
pll-data = <0x03000101 0x80000101 0x80001313>;
|
||||||
|
|
||||||
phy-handle = <&phy1>;
|
phy-handle = <&phy1>;
|
||||||
phy-mode = "sgmii";
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user