[PATCH v3] ARM: imx6: DHCOM i.MX6 PDK: Convert to DM_ETH
Fabio Estevam
festevam at gmail.com
Wed Apr 15 18:15:53 CEST 2020
Hi Harald,
On Wed, Apr 15, 2020 at 12:54 PM Harald Seiler <hws at denx.de> wrote:
> +/ {
> + fec_vio: regulator-fec {
> + compatible = "regulator-fixed";
> +
> + regulator-name = "fec-vio";
> + gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>;
By looking at your board code, this should be GPIO_ACTIVE_LOW instead.
> + regulator-always-on;
This one could be removed since it has the FEC as a consumer.
More information about the U-Boot
mailing list