From 60fadae62b64b14faff818e4156d9c6eb3f96b65 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 10 Jun 2021 00:16:53 +0200 Subject: 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 --- target/linux/ramips/dts/rt5350.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts/rt5350.dtsi') diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 1058069016..090e755743 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -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>; -- cgit v1.2.3