The linux kernel treated the "phy-reset-gpio" as active-low regardless of what
authorkettenis <kettenis@openbsd.org>
Sat, 23 Jul 2016 14:39:10 +0000 (14:39 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 23 Jul 2016 14:39:10 +0000 (14:39 +0000)
commita0fd8ec8d2a0013bfee584045eb27841b612d024
treedb8ed5dcaffa2effb56155723cfe7140387a01af
parent4f21f8ec788252158c619caa603514d53f1f46d6
The linux kernel treated the "phy-reset-gpio" as active-low regardless of what
the device tree says.  As a result many device trees encode it as active-high
when active-low is needed.  For now just override the device tree.

ok jsg@, patrick@
sys/arch/armv7/imx/if_fec.c