diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2017-09-15 21:11:40 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-09-24 14:12:07 +0900 |
commit | 891ac390b832d365426479f4da8cc3a14165e9b9 (patch) | |
tree | 05478d2329a6a48485eaa69b57b88134d281c0bf /arch/arm/dts/salvator-common.dtsi | |
parent | 791c174d58f6fbea2b055b5851ab33d8f73b2c93 (diff) |
ARM: dts: rmobile: Add PHY reset GPIO
The PHY reset GPIOs were missing from the DT, add them.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/salvator-common.dtsi')
-rw-r--r-- | arch/arm/dts/salvator-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |