[PATCH 1/2] ARM: dts: imx53-mba53: create a container for fixed regulators

Shawn Guo shawn.guo at linaro.org
Fri Nov 8 03:38:33 EST 2013


On Thu, Nov 07, 2013 at 09:50:50AM +0100, Markus Niebel wrote:
> > @@ -43,12 +35,24 @@
> >  		status = "disabled";
> >  	};
> >  
> > -	reg_3p2v: 3p2v {
> > -		compatible = "regulator-fixed";
> > -		regulator-name = "3P2V";
> > -		regulator-min-microvolt = <3200000>;
> > -		regulator-max-microvolt = <3200000>;
> > -		regulator-always-on;
> > +	regulators {
> > +		compatible = "simple-bus";
> 
> No need for additional 
> 	#address-cells = <1>;
> 	#size-cells = <0>;
> here as done in ARM: dts: imx: use generic node name for fixed regulator?

It's been done in the patch you mentioned.

Shawn




More information about the linux-arm-kernel mailing list