On Thu, Jul 05, 2012 at 09:28:23AM +0530, Yadwinder Singh Brar wrote: > + regulator_name { > + standard regulator constraints.... > + }; > + refer Documentation/devicetree/bindings/regulator/regulator.txt > + The names of regulator should be as follow: > + > + -LDOn : for LDOs, where n can lie in range 1 to 26. > + example: LDO1, LDO2, LDO26. > + -BUCKn : for BUCKs, where n can lie in range 1 to 9. > + example: BUCK1, BUCK5, BUCK9. You need to update this to use the regulator-compatible property.