commit | dbc705183a41f8ae209673fbc555d9923b0ebb7f | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri Nov 30 16:52:49 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Dec 03 00:15:14 2012 +0900 |
tree | 93e02c1afdc94cce0e0cb71918e7ac6699e19573 | |
parent | 9997f3ffbbcde01bcd5966eeb26bc41243715021 [diff] |
regulator: tps51632: Ensure [base|max]_voltage_uV pdata settings are valid If pdata->base_voltage_uV is missing or the settings of pdata->base_voltage_uV and pdata->max_voltage_uV are out of range, TPS51632_VOLT_VSEL macro returns wrong vsel. Thus add checking [base|max]_voltage_uV pdata settings in probe. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>