Because of changes in the regulator used, the the parts for
stingray have a real voltage range of 0.77 V to 1.40 V. This
is contrary to what is specified in the current datasheets but
has been verified by the supplier.
Change-Id: I328e9570734c3523cc7ff791e14f7280b2982858
Signed-off-by: James Wylder <james.wylder@motorola.com>
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
struct regulator_init_data max8649_regulator_init_data[] = {
{
.constraints = {
- .min_uV = 750000,
+ .min_uV = 770000,
.max_uV = 1100000,
.valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
.always_on = 1,