mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 10:56:44 +07:00
regulator: palmas: Rename palmas_regs_info to palmas_generic_regs_info
With commit d6f83370ed
(regulator: palmas:
Add tps65917 PMIC support) palmas_regs_info naming is confusing as it is
a driver data parameter and a local variable. To prevent mistaken
updates, rename the local variable to palmas_generic_regs_info.
Signed-off-by: Nishanth Menon <nm@ti.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
cf910b6b71
commit
6839cd6f64
@ -41,7 +41,7 @@ static const struct regulator_linear_range smps_high_ranges[] = {
|
||||
REGULATOR_LINEAR_RANGE(3300000, 0x7A, 0x7f, 0),
|
||||
};
|
||||
|
||||
static struct palmas_regs_info palmas_regs_info[] = {
|
||||
static struct palmas_regs_info palmas_generic_regs_info[] = {
|
||||
{
|
||||
.name = "SMPS12",
|
||||
.sname = "smps1-in",
|
||||
@ -1417,7 +1417,7 @@ static struct palmas_pmic_driver_data palmas_ddata = {
|
||||
.ldo_begin = PALMAS_REG_LDO1,
|
||||
.ldo_end = PALMAS_REG_LDOUSB,
|
||||
.max_reg = PALMAS_NUM_REGS,
|
||||
.palmas_regs_info = palmas_regs_info,
|
||||
.palmas_regs_info = palmas_generic_regs_info,
|
||||
.palmas_matches = palmas_matches,
|
||||
.sleep_req_info = palma_sleep_req_info,
|
||||
.smps_register = palmas_smps_registration,
|
||||
|
Loading…
Reference in New Issue
Block a user