Re: [PATCH RFT] regulator: palmas: Remove wrong voltage setting for enabling LDO8 tracking mode

2013-04-18 Thread Laxman Dewangan
On Friday 19 April 2013 08:44 AM, Axel Lin wrote: When SMPS45 is set to off and LDO8 tracking is enabled, LDO8 output can be set from 0.45 to 1.65V and the steps of voltage change is 25mV. This is done by setting: pmic->desc[id].min_uV = 45; pmic->desc[id].uV_step = 25000;

[PATCH RFT] regulator: palmas: Remove wrong voltage setting for enabling LDO8 tracking mode

2013-04-18 Thread Axel Lin
When SMPS45 is set to off and LDO8 tracking is enabled, LDO8 output can be set from 0.45 to 1.65V and the steps of voltage change is 25mV. This is done by setting: pmic->desc[id].min_uV = 45; pmic->desc[id].uV_step = 25000; I don't see the point of reading vsel register, multi