On Tuesday 08 May 2012, Lee Jones wrote:
This piece of code plucks pre-defined initialisation values and from the
Device Tree and uses them to set-up regulator related registers on the
u8500. See 'struct ab8500_regulator_reg_init ab8500_regulator_reg_init'
in arch/arm/mach-ux500/board-mop500-regulators.c for reference.
I did run this past Arnd before writing the code and he agreed that this
would be suitable; however, if you know of a better way in which I can
do this, I'd be pleased to hear of it.
It was the best approach that I could think of for this, but I'm also
a total newbie on regulators.
Arnd