diff options
author | Soeren Moch <smoch@web.de> | 2016-04-05 16:55:04 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 11:48:01 +0200 |
commit | cc1fb3e1f291c1fc1784619fbb84efab1d677e6c (patch) | |
tree | ea0316a34b69ff2d981c900aa8cba4a1f7253eec /arch/arm/boot/dts/imx6q-tbs2910.dts | |
parent | ARM: dts: vf610-zii-dev: Add ZII development board. (diff) | |
download | linux-cc1fb3e1f291c1fc1784619fbb84efab1d677e6c.tar.xz linux-cc1fb3e1f291c1fc1784619fbb84efab1d677e6c.zip |
ARM: dts: imx6q-tbs2910: fix fec reset polarity
According to Documentation/devicetree/bindings/net/fsl-fec.txt the polarity
of "phy-reset-gpios" is assumed to be active-low unless a separate property
"phy-reset-active-high" is available. So replace the inconsistent polarity
description to make the correct active-low reset behavior more obvious.
Signed-off-by: Soeren Moch <smoch@web.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-tbs2910.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-tbs2910.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-tbs2910.dts b/arch/arm/boot/dts/imx6q-tbs2910.dts index 0da81bc2c68a..2401c6b54361 100644 --- a/arch/arm/boot/dts/imx6q-tbs2910.dts +++ b/arch/arm/boot/dts/imx6q-tbs2910.dts @@ -141,7 +141,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet>; phy-mode = "rgmii"; - phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>; + phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>; status = "okay"; }; |