diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-06-30 22:43:03 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-07-16 03:42:14 +0200 |
commit | 664e8a14f07a63609fb6717f174a4f4265e34c98 (patch) | |
tree | c2b7bd0803de11942d80a7889d71af19c306c902 /arch/arm/boot/dts/imx7d-sdb.dts | |
parent | ARM: dts: imx: Correct B850v3 clock assignment (diff) | |
download | linux-664e8a14f07a63609fb6717f174a4f4265e34c98.tar.xz linux-664e8a14f07a63609fb6717f174a4f4265e34c98.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-sdb.dts')
-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 { |