ath79: remove ar934x MDIO reset from MAC node
authorDavid Bauer <mail@david-bauer.net>
Sun, 29 Nov 2020 13:48:15 +0000 (14:48 +0100)
committerDavid Bauer <mail@david-bauer.net>
Wed, 2 Dec 2020 22:13:46 +0000 (23:13 +0100)
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>
target/linux/ath79/dts/ar934x.dtsi

index b1339ab36a7fc385455dadf0ee18ee86dc736f20..aa1003cdb5be3dd917152a1f6383874fe538e130 100644 (file)
 &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";