OSDN Git Service

ARM: dts: imx6q-tbs2910: fix fec reset polarity
authorSoeren Moch <smoch@web.de>
Tue, 5 Apr 2016 14:55:04 +0000 (16:55 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Apr 2016 09:48:01 +0000 (17:48 +0800)
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>
arch/arm/boot/dts/imx6q-tbs2910.dts

index 0da81bc..2401c6b 100644 (file)
        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";
 };