mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
regulator: rk801: Fix ramp_delay value error
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Id35502968d0c3bf2b9a15b1008c2bc47e3ba8bcb
This commit is contained in:
@@ -341,7 +341,7 @@ static const struct regulator_desc rk801_reg[] = {
|
||||
.enable_mask = ENABLE_MASK(RK801_ID_DCDC1),
|
||||
.enable_val = ENABLE_VAL(RK801_ID_DCDC1),
|
||||
.disable_val = DISABLE_VAL(RK801_ID_DCDC1),
|
||||
.ramp_delay = 1,
|
||||
.ramp_delay = 1000,
|
||||
.of_map_mode = rk801_regulator_of_map_mode,
|
||||
.enable_time = 400,
|
||||
.owner = THIS_MODULE,
|
||||
@@ -362,7 +362,7 @@ static const struct regulator_desc rk801_reg[] = {
|
||||
.enable_mask = ENABLE_MASK(RK801_ID_DCDC2),
|
||||
.enable_val = ENABLE_VAL(RK801_ID_DCDC2),
|
||||
.disable_val = DISABLE_VAL(RK801_ID_DCDC2),
|
||||
.ramp_delay = 1,
|
||||
.ramp_delay = 1000,
|
||||
.of_map_mode = rk801_regulator_of_map_mode,
|
||||
.enable_time = 400,
|
||||
.owner = THIS_MODULE,
|
||||
@@ -399,7 +399,7 @@ static const struct regulator_desc rk801_reg[] = {
|
||||
.enable_mask = ENABLE_MASK(RK801_ID_DCDC4),
|
||||
.enable_val = ENABLE_VAL(RK801_ID_DCDC4),
|
||||
.disable_val = DISABLE_VAL(RK801_ID_DCDC4),
|
||||
.ramp_delay = 1,
|
||||
.ramp_delay = 1000,
|
||||
.of_map_mode = rk801_regulator_of_map_mode,
|
||||
.enable_time = 400,
|
||||
.owner = THIS_MODULE,
|
||||
|
||||
Reference in New Issue
Block a user