aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-11-29 14:48:15 +0100
committerDavid Bauer <mail@david-bauer.net>2020-12-02 23:13:46 +0100
commitcea169702c33b472eeade5f084c74ac6ed01440e (patch)
treec1e7c2a0b59cbb20bd1ff21b69916ac5f06febbd
parentba74da5b99a1e8239af896378fbbc68f8761cd15 (diff)
downloadupstream-cea169702c33b472eeade5f084c74ac6ed01440e.tar.gz
upstream-cea169702c33b472eeade5f084c74ac6ed01440e.tar.bz2
upstream-cea169702c33b472eeade5f084c74ac6ed01440e.zip
ath79: remove ar934x MDIO reset from MAC node
Remove the MDIO reset from the MAC mode for the AR934x SoC family. The reset is currently also defined for the MDIO node, where the reset is acquired exclusively. In case the ethernet node is enabled, this triggers a warning, as the reset is already acquired by the MAC. Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r--target/linux/ath79/dts/ar934x.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar934x.dtsi b/target/linux/ath79/dts/ar934x.dtsi
index b1339ab36a..aa1003cdb5 100644
--- a/target/linux/ath79/dts/ar934x.dtsi
+++ b/target/linux/ath79/dts/ar934x.dtsi
@@ -272,8 +272,8 @@
&eth1 {
compatible = "qca,ar9340-eth", "syscon";
- resets = <&rst 13>, <&rst 23>;
- reset-names = "mac", "mdio";
+ resets = <&rst 13>;
+ reset-names = "mac";
clocks = <&pll ATH79_CLK_AHB>, <&pll ATH79_CLK_AHB>;
clock-names = "eth", "mdio";
phy-mode = "gmii";