summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2018-06-17 07:38:50 +0200
committerMarek Vasut <[email protected]>2018-06-19 06:15:55 +0200
commit24417edfff837e21c8f4b659e08c4da5f59181b8 (patch)
tree81115e26d2195eee5b186ee373b9f95d2ceb6b45
parent27d290c46ee01094632a2b0058f7c1f9b37afbe4 (diff)
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 <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]>
-rw-r--r--arch/arm/dts/salvator-common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/salvator-common.dtsi b/arch/arm/dts/salvator-common.dtsi
index a36e0ebca07..21dbb21184a 100644
--- a/arch/arm/dts/salvator-common.dtsi
+++ b/arch/arm/dts/salvator-common.dtsi
@@ -257,6 +257,7 @@
pinctrl-names = "default";
phy-handle = <&phy0>;
phy-mode = "rgmii-txid";
+ reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
status = "okay";
phy0: ethernet-phy@0 {
@@ -264,7 +265,6 @@
reg = <0>;
interrupt-parent = <&gpio2>;
interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
- reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
};
};