Messages in this thread |  | | From | Fabio Estevam <> | Date | Sat, 9 Jan 2021 16:50:13 -0300 | Subject | Re: [PATCH v8 1/3] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support |
| |
Hi Oliver,
On Fri, Jan 8, 2021 at 7:22 PM Oliver Graute <oliver.graute@gmail.com> wrote:
> +&fec1 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_enet1>; > + phy-mode = "rmii"; > + phy-handle = <ðphy0>; > + 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.
|  |