mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
regulator: rk29-pwm: sleep 10ms instead of 5ms
This commit is contained in:
@@ -107,7 +107,7 @@ static int pwm_set_rate(struct pwm_platform_data *pdata,int nHz,u32 rate)
|
||||
return -1;
|
||||
}
|
||||
|
||||
msleep(5);
|
||||
msleep(10);
|
||||
|
||||
|
||||
return (0);
|
||||
|
||||
Reference in New Issue
Block a user