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 'phy-reset-active-high' property > is present. > > The curr

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

2017-12-10 Thread Andy Duan
From: Fabio Estevam Sent: Friday, December 08, 2017 10:12 PM >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

[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, but in order to improve