Re: [PATCH 3/3] dt-bindings: net: rename Qualcomm IPQ MDIO bindings

From: Jie Luo
Date: Tue Aug 03 2021 - 22:37:52 EST



On 8/2/2021 9:39 PM, Andrew Lunn wrote:
since the phylib code can't satisfy resetting PHY in IPQ chipset, phylib
resets phy by
configuring GPIO output value to 1, then to 0. however the PHY reset in
IPQ chipset need
to configuring GPIO output value to 0, then to 1 for the PHY reset, so i
put the phy-reset-gpios here.
Look at the active low DT property of a GPIO.

Andrew

thanks Andrew, will update it in the next patch set.