Commit cc1fb3e1 authored by Soeren Moch's avatar Soeren Moch Committed by Shawn Guo

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: default avatarSoeren Moch <smoch@web.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1556063f
...@@ -141,7 +141,7 @@ &fec { ...@@ -141,7 +141,7 @@ &fec {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>; pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rgmii"; phy-mode = "rgmii";
phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>; phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment