Re: [PATCH] net: fec: dt: convert phy-reset-gpios to use GPIOD API

From: Fabio Estevam
Date: Tue May 31 2016 - 13:27:00 EST


On Tue, May 31, 2016 at 2:17 PM, George G. Davis
<george_davis@xxxxxxxxxx> wrote:
> Convert the i.MX FEC driver and DT files to use the GPIOD API
> which automatically handles GPIO polarity.
>
> Signed-off-by: George G. Davis <george_davis@xxxxxxxxxx>

In order to avoid breaking old dtb's a property called
'phy-reset-active-high' has been introduced.

Check: 962d8cdc3133435a ("net: fec: Rename "phy-reset-active-low"
property") and 64f10f6ebf5a6d3ae ("net: fec: Add
"phy-reset-active-low" property to DT").