Re: [PATCH 1/2] ARM: dts: Add ZII support for ZII i.MX7 RMU2 board

From: Fabio Estevam
Date: Sun Jun 16 2019 - 19:41:11 EST


Hi Andrey,

On Fri, Jun 14, 2019 at 5:03 AM Andrey Smirnov <andrew.smirnov@xxxxxxxxx> 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.