ath79: do not set inherited phy-mode/status properties again

There are several cases where phy-mode and status properties are
set again in DTS(I) files although those were set to the same values
in parent DTSI files already. Remove those cases (and thus also stop
their proliferation by copy/paste).

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
master
Adrian Schmutzler 4 years ago
parent c8190713cb
commit 6c407fb5db

@ -65,7 +65,6 @@
resets = <&rst 9>;
reset-names = "mac";
phy-mode = "mii";
phy-handle = <&swphy4>;
};

@ -46,7 +46,6 @@
resets = <&rst 9>;
reset-names = "mac";
phy-mode = "mii";
phy-handle = <&swphy4>;
};

@ -119,7 +119,6 @@
&eth0 {
status = "okay";
phy-mode = "mii";
mtd-mac-address = <&uboot 0x1fc00>;
phy-handle = <&phy12>;

@ -170,7 +170,6 @@
resets = <&rst 9>;
reset-names = "mac";
phy-mode = "mii";
phy-handle = <&swphy4>;
};

@ -17,10 +17,6 @@
interrupts = <2>;
};
&eth0 {
phy-mode = "mii";
};
&eth1 {
status = "okay";
};

@ -150,13 +150,11 @@
};
&eth1 {
status = "okay";
phy-handle = <&swphy4>;
mtd-mac-address = <&art 0x0>;
phy-mode = "gmii";
pll-data = <0x06000000 0x00000101 0x00001616>;
mtd-mac-address = <&art 0x0>;
gmac-config {
device = <&gmac>;
switch-phy-swap = <1>;

@ -26,7 +26,6 @@
&eth0 {
status = "okay";
phy-mode = "mii";
phy-handle = <&phy0>;
gmac-config {

@ -231,8 +231,6 @@
reset-names = "mac";
resets = <&rst 9>;
phy-mode = "mii";
};
&mdio1 {

@ -153,7 +153,6 @@
&eth0 {
status = "okay";
phy-mode = "mii";
phy-handle = <&swphy0>;
gmac-config {

@ -181,7 +181,6 @@
&eth0 {
status = "okay";
phy-mode = "mii";
phy-handle = <&swphy4>;
mtd-mac-address = <&info 0x8>;

@ -136,7 +136,6 @@
&eth0 {
status = "okay";
phy-mode = "mii";
phy-handle = <&swphy0>;
mtd-mac-address = <&mac 0x8>;

@ -88,7 +88,6 @@
&eth0 {
status = "okay";
phy-mode = "mii";
phy-handle = <&swphy4>;
mtd-mac-address = <&mac 0x8>;

@ -307,8 +307,6 @@
resets = <&rst 13>;
reset-names = "mac";
status = "disabled";
fixed-link {
speed = <1000>;
full-duplex;

@ -73,7 +73,6 @@
&eth0 {
status = "okay";
phy-mode = "mii";
phy-handle = <&swphy4>;
mtd-mac-address = <&uboot 0x1fc00>;

Loading…
Cancel
Save