Re: [PATCH] dt-bindings: fec: Make the phy-reset-gpio polarity explicit

2017-12-11 Thread David Miller
From: Fabio Estevam Date: Fri, 8 Dec 2017 12:11:33 -0200 > From: Fabio Estevam > > The GPIO polarity passed to phy-reset-gpio is ignored by the FEC > driver and it is assumed to be active low. > > It can be active high only when the

[PATCH] dt-bindings: fec: Make the phy-reset-gpio polarity explicit

2017-12-08 Thread Fabio Estevam
From: Fabio Estevam The GPIO polarity passed to phy-reset-gpio is ignored by the FEC driver and it is assumed to be active low. It can be active high only when the 'phy-reset-active-high' property is present. The current examples pass active high polarity and work fine,