> + 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