ath79: set &eth1 status for TP-Link CPE devices in parent DTSI

The status is set to "okay" for all devices on ar9344, so just move
this to the parent DTSI.

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

@ -110,3 +110,7 @@
mtd-mac-address = <&info 0x8>;
};
&eth1 {
status = "okay";
};

@ -30,7 +30,5 @@
};
&eth1 {
status = "okay";
compatible = "syscon", "simple-mfd";
};

@ -41,7 +41,5 @@
};
&eth1 {
status = "okay";
compatible = "syscon", "simple-mfd";
};

@ -61,8 +61,6 @@
};
&eth1 {
status = "okay";
mtd-mac-address = <&info 0x8>;
gmac-config {

Loading…
Cancel
Save