Re: [PATCH v4 13/14] arm64: dts: imx8mp-var-som-symphony: add second Ethernet port
From: Fabio Estevam
Date: Mon Jun 08 2026 - 07:52:48 EST
On Mon, Jun 8, 2026 at 7:09 AM Stefano Radaelli
<stefano.radaelli21@xxxxxxxxx> wrote:
> + reg_fec_phy: regulator-fec-phy {
> + compatible = "regulator-fixed";
> + regulator-name = "fec-phy";
> + regulator-min-microvolt = <1800000>;
> + regulator-max-microvolt = <1800000>;
> + regulator-enable-ramp-delay = <20000>;
> + gpio = <&pca9534 7 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + regulator-always-on;
There is no need to mark it as regulator-always-on, as reg_fec_phy has
a consumer.
Please check globally.