Browse Source

ARM: dts: rmobile: Move the PHY reset GPIO back

The current state of RAVB driver expects the PHY reset GPIO in the
RAVB mode, move it back from the PHY node to avoid breakage.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut 7 years ago
parent
commit
24417edfff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/dts/salvator-common.dtsi

+ 1 - 1
arch/arm/dts/salvator-common.dtsi

@@ -257,6 +257,7 @@
 	pinctrl-names = "default";
 	pinctrl-names = "default";
 	phy-handle = <&phy0>;
 	phy-handle = <&phy0>;
 	phy-mode = "rgmii-txid";
 	phy-mode = "rgmii-txid";
+	reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
 	status = "okay";
 	status = "okay";
 
 
 	phy0: ethernet-phy@0 {
 	phy0: ethernet-phy@0 {
@@ -264,7 +265,6 @@
 		reg = <0>;
 		reg = <0>;
 		interrupt-parent = <&gpio2>;
 		interrupt-parent = <&gpio2>;
 		interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
 		interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
-		reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
 	};
 	};
 };
 };