commit | 12de44f55dcd99f740c19fa514c181be5c686625 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Sun Jun 04 14:31:15 2017 -0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Mon Jun 05 23:24:13 2017 +0800 |
tree | 75581447f6d0909bbe9dbfa7a4ced721fac9c9f7 | |
parent | 37de44f238d37c96ab1fec8c88b6d207f5b85635 [diff] |
ARM: dts: imx: Fix Ethernet PHY reset polarity The FEC driver ignores the GPIO polarity from 'phy-reset-gpios' and considers that the Ethernet PHY is active low, unless the property 'phy-reset-active-high' is present. Fix the device tree description by explicitly passing the 'GPIO_ACTIVE_LOW' flag to the 'phy-reset-gpios' property. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>