rk292x:modify pwm coefficient for set logic voltage

This commit is contained in:
张晴
2012-11-27 15:45:35 +08:00
parent 39a7d2c580
commit a2cddb7fe2
6 changed files with 6 additions and 6 deletions

View File

@@ -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],
},

View File

@@ -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],
},

View File

@@ -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],
},

View File

@@ -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],
},

View File

@@ -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],
},

View File

@@ -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],
},