Re: [PATCH v2 3/3] ARM: dts: mvebu: add device tree for netgear gs110emx switch

From: Andrew Lunn
Date: Wed Oct 06 2021 - 17:36:21 EST


> + reg_3p3v: regulator-3p3v {
> + compatible = "regulator-fixed";
> + regulator-always-on;
> + regulator-max-microvolt = <3300000>;
> + regulator-min-microvolt = <3300000>;
> + regulator-name = "3P3V";
> + };

Sorry, i missed this the first time. This regulator does not appear to
be used. Other armada boards us it in the sdhci controller, but it
does not look like this board uses that. So i think you can remove
this.

Andrew