diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2021-06-10 00:16:53 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2021-06-25 10:52:50 +0200 |
commit | 60fadae62b64b14faff818e4156d9c6eb3f96b65 (patch) | |
tree | 6cd9701f3aa2791a0d918723ec007cfd171e7e79 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 694561ae601ae41c622b8cb2d40dfe34feeaa174 (diff) | |
download | upstream-60fadae62b64b14faff818e4156d9c6eb3f96b65.tar.gz upstream-60fadae62b64b14faff818e4156d9c6eb3f96b65.tar.bz2 upstream-60fadae62b64b14faff818e4156d9c6eb3f96b65.zip |
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>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 9bf20cecdd..0dafdc790e 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -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>; }; |