1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 01:27:28 +02:00

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>
This commit is contained in:
Adrian Schmutzler 2020-01-27 15:36:32 +01:00
parent c8190713cb
commit 6c407fb5db
14 changed files with 2 additions and 22 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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>;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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