* PGP Signed by an unknown key
On Sun, May 20, 2012 at 01:04:05PM +0530, Laxman Dewangan wrote:
ldo2_reg: ldo2 {This mapping should be moved up to the chip top level; this is just like
::::::::
/** regulatr entry */
::::::::::::
ldo2-supply =<&ldo1_reg>; /* So ldo1 supply the ldo2. */
any other supply for the chip.
Yes, I need to add the code in tps65911-regulator.c to use the proper pin name as per datasheet for looking for input supply. Like "vcc3" is the pin name for ldo6,ldo7 and ldo8 supply and hence look for "vcc3-supply" in the chip level rather than "ldo6-supply" or "ldo7-supply" etc.ldo1 registration went fine.I'd be somewhat surprised if this is what the pin is actually called,
During ldo2 registration, I passed the regulator_desc->supply_name as ldo2.
idiomatically the supply name should be whatever the pin is named on the
chip.