diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-06-30 23:43:03 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-07-16 04:42:14 +0300 |
commit | 664e8a14f07a63609fb6717f174a4f4265e34c98 (patch) | |
tree | c2b7bd0803de11942d80a7889d71af19c306c902 | |
parent | 1d0c7bb20c083a6e810d2142545b5606f8131080 (diff) | |
download | linux-664e8a14f07a63609fb6717f174a4f4265e34c98.tar.xz |
ARM: dts: imx7d-sdb: Pass phy-reset-gpios
Pass the phy-reset-gpios property so that Ethernet PHYs can go
through a proper reset.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 923aa755ca13..2dce1413457b 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -168,6 +168,7 @@ phy-mode = "rgmii"; phy-handle = <ðphy0>; fsl,magic-packet; + phy-reset-gpios = <&extended_io 5 GPIO_ACTIVE_LOW>; status = "okay"; mdio { |