ramips: ethernet: ralink: move reset of the esw into the esw instead of fe

The esw reset should only done by the esw driver and not by the fe itself.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
Alexander Couzens
2021-06-10 00:16:53 +02:00
parent 694561ae60
commit 60fadae62b
4 changed files with 6 additions and 13 deletions

View File

@@ -429,8 +429,8 @@
interrupt-parent = <&cpuintc>;
interrupts = <5>;
resets = <&rstctrl 21 &rstctrl 23>;
reset-names = "fe", "esw";
resets = <&rstctrl 21>;
reset-names = "fe";
mediatek,switch = <&esw>;
};

View File

@@ -343,8 +343,8 @@
compatible = "ralink,rt5350-eth";
reg = <0x10100000 0x10000>;
resets = <&rstctrl 21 &rstctrl 23>;
reset-names = "fe", "esw";
resets = <&rstctrl 21>;
reset-names = "fe";
interrupt-parent = <&cpuintc>;
interrupts = <5>;