Re: [PATCH v8 1/3] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support

From: Fabio Estevam
Date: Sat Jan 09 2021 - 14:51:46 EST


Hi Oliver,

On Fri, Jan 8, 2021 at 7:22 PM Oliver Graute <oliver.graute@xxxxxxxxx> wrote:

> +&fec1 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_enet1>;
> + phy-mode = "rmii";
> + phy-handle = <&ethphy0>;
> + phy-reset-gpios=<&gpio5 10 1>;
> + phy-reset-duration=<100>;

These properties are obsolete. Please describe the Ethernet PHY reset
inside the ethernet-phy nodes as per:
Documentation/devicetree/bindings/net/ethernet-phy.yaml

> + phy-reset-on-resume;

This property does not exist.