mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
drivers/regulator: rk808: lower the steps to find voltage
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
#define RK808_SLP_SET_OFF_REG_OFFSET 2
|
||||
|
||||
/* max steps for increase voltage of Buck1/2, equal 100mv*/
|
||||
#define MAX_STEPS_ONE_TIME 8
|
||||
#define MAX_STEPS_ONE_TIME 2
|
||||
|
||||
#define ENABLE_MASK(id) (BIT(id) | BIT(4 + (id)))
|
||||
#define DISABLE_VAL(id) (BIT(4 + (id)))
|
||||
|
||||
Reference in New Issue
Block a user