From: Marek Vasut Date: Fri, 15 Sep 2017 19:11:40 +0000 (+0200) Subject: ARM: dts: rmobile: Add PHY reset GPIO X-Git-Tag: v2017.11-rc2~59^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=891ac390b832d365426479f4da8cc3a14165e9b9;p=oweals%2Fu-boot.git ARM: dts: rmobile: Add PHY reset GPIO The PHY reset GPIOs were missing from the DT, add them. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/arch/arm/dts/salvator-common.dtsi b/arch/arm/dts/salvator-common.dtsi index f903957da5..abc87c0191 100644 --- a/arch/arm/dts/salvator-common.dtsi +++ b/arch/arm/dts/salvator-common.dtsi @@ -247,6 +247,7 @@ pinctrl-names = "default"; renesas,no-ether-link; phy-handle = <&phy0>; + reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>; status = "okay"; phy0: ethernet-phy@0 { diff --git a/arch/arm/dts/ulcb.dtsi b/arch/arm/dts/ulcb.dtsi index d1a3f3b7a0..e21cf332c9 100644 --- a/arch/arm/dts/ulcb.dtsi +++ b/arch/arm/dts/ulcb.dtsi @@ -131,6 +131,7 @@ pinctrl-names = "default"; renesas,no-ether-link; phy-handle = <&phy0>; + reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>; status = "okay"; phy0: ethernet-phy@0 {