mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
rk292x:modify pwm coefficient for set logic voltage
This commit is contained in:
parent
39a7d2c580
commit
a2cddb7fe2
|
|
@ -556,7 +556,7 @@ static struct pwm_platform_data pwm_regulator_info[1] = {
|
|||
.suspend_voltage = 1050000,
|
||||
.min_uV = 950000,
|
||||
.max_uV = 1400000,
|
||||
.coefficient = 455, //45.5%
|
||||
.coefficient = 504, //50.4%
|
||||
.pwm_voltage_map = pwm_voltage_map,
|
||||
.init_data = &pwm_regulator_init_dcdc[0],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -452,7 +452,7 @@ static struct pwm_platform_data pwm_regulator_info[1] = {
|
|||
.suspend_voltage = 1050000,
|
||||
.min_uV = 950000,
|
||||
.max_uV = 1400000,
|
||||
.coefficient = 455, //45.5%
|
||||
.coefficient = 504, //50.4%
|
||||
.pwm_voltage_map = pwm_voltage_map,
|
||||
.init_data = &pwm_regulator_init_dcdc[0],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -544,7 +544,7 @@ static struct pwm_platform_data pwm_regulator_info[1] = {
|
|||
.suspend_voltage = 1050000,
|
||||
.min_uV = 950000,
|
||||
.max_uV = 1400000,
|
||||
.coefficient = 455, //45.5%
|
||||
.coefficient = 504, //50.4%
|
||||
.pwm_voltage_map = pwm_voltage_map,
|
||||
.init_data = &pwm_regulator_init_dcdc[0],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -478,7 +478,7 @@ static struct pwm_platform_data pwm_regulator_info[1] = {
|
|||
.suspend_voltage = 1050000,
|
||||
.min_uV = 950000,
|
||||
.max_uV = 1400000,
|
||||
.coefficient = 455, //45.5%
|
||||
.coefficient = 504, //50.4%
|
||||
.pwm_voltage_map = pwm_voltage_map,
|
||||
.init_data = &pwm_regulator_init_dcdc[0],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@ static struct pwm_platform_data pwm_regulator_info[1] = {
|
|||
.suspend_voltage = 1050000,
|
||||
.min_uV = 950000,
|
||||
.max_uV = 1400000,
|
||||
.coefficient = 455, //45.5%
|
||||
.coefficient = 504, //50.4%
|
||||
.pwm_voltage_map = pwm_voltage_map,
|
||||
.init_data = &pwm_regulator_init_dcdc[0],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -353,7 +353,7 @@ static struct pwm_platform_data pwm_regulator_info[1] = {
|
|||
.suspend_voltage = 1050000,
|
||||
.min_uV = 950000,
|
||||
.max_uV = 1400000,
|
||||
.coefficient = 455, //45.5%
|
||||
.coefficient = 504, //50.4%
|
||||
.pwm_voltage_map = pwm_voltage_map,
|
||||
.init_data = &pwm_regulator_init_dcdc[0],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user