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:
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user