diff options
author | Marek Vasut <marex@denx.de> | 2019-05-16 00:45:56 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-20 03:09:23 +0200 |
commit | a80c4981717b12f06de05e3b737a1d818e88ee84 (patch) | |
tree | 7cf3c0df3e3ea06af3dcd6575784b8855680998b /arch | |
parent | ARM: dts: imx53: Update USB configuration on M53Menlo (diff) | |
download | linux-a80c4981717b12f06de05e3b737a1d818e88ee84.tar.xz linux-a80c4981717b12f06de05e3b737a1d818e88ee84.zip |
ARM: dts: imx53: Add ethernet PHY reset on M53Menlo
Add ethernet PHY GPIO reset line, to let the kernel to reset the PHY.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
To: linux-arm-kernel@lists.infradead.org
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx53-m53menlo.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53-m53menlo.dts b/arch/arm/boot/dts/imx53-m53menlo.dts index 7dddd7028bec..97a8aee9d7d6 100644 --- a/arch/arm/boot/dts/imx53-m53menlo.dts +++ b/arch/arm/boot/dts/imx53-m53menlo.dts @@ -87,6 +87,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_fec>; phy-mode = "rmii"; + phy-reset-gpios = <&gpio7 7 GPIO_ACTIVE_LOW>; status = "okay"; }; |