dt-bindings: fec: Make the phy-reset-gpio polarity explicit
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 8 Dec 2017 14:11:33 +0000 (12:11 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Dec 2017 16:26:59 +0000 (11:26 -0500)
commit24fd3190817e96b2a57531986bfb6e951df3ee96
tree679aa227689603f14504f60c9c06093525e062ca
parentb9622ed42c3e01c2a7b73ce435032698b259a957
dt-bindings: fec: Make the phy-reset-gpio polarity explicit

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 the documentation make it explicit what the real
polarity is.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/fsl-fec.txt