Skip to content
Snippets Groups Projects
Commit b0c3b119 authored by Jaehoon Chung's avatar Jaehoon Chung Committed by Tom Rini
Browse files

pmic: max77686: fix the wrong offset


0x1D is reserved. So BUCK3DVS1 is started from 0x1e.

Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent 452a2722
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ enum {
MAX77686_REG_PMIC_BUCK2DVS7,
MAX77686_REG_PMIC_BUCK2DVS8,
MAX77686_REG_PMIC_BUCK3CTRL,
MAX77686_REG_PMIC_BUCK3DVS1,
MAX77686_REG_PMIC_BUCK3DVS1 = 0x1e,
MAX77686_REG_PMIC_BUCK3DVS2,
MAX77686_REG_PMIC_BUCK3DVS3,
MAX77686_REG_PMIC_BUCK3DVS4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment