Hi Andrey, On Fri, Jun 14, 2019 at 5:03 AM Andrey Smirnov <[email protected]> wrote:
> + mdio {
> + fec1_phy: phy@0 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_enet1_phy_reset>,
> + <&pinctrl_enet1_phy_interrupt>;
> + reg = <0>;
> + interrupt-parent = <&gpio1>;
> + interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
> + reset-gpio = <&gpio5 11 GPIO_ACTIVE_LOW>;
According to Documentation/devicetree/bindings/net/mdio.txt this
should be reset-gpios instead.

