Commit b0c3b1195a2e85e32d7d1610d3683b48750e7394

Authored by Jaehoon Chung
Committed by Tom Rini
1 parent 452a2722ec

pmic: max77686: fix the wrong offset

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

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/power/max77686_pmic.h
... ... @@ -36,7 +36,7 @@
36 36 MAX77686_REG_PMIC_BUCK2DVS7,
37 37 MAX77686_REG_PMIC_BUCK2DVS8,
38 38 MAX77686_REG_PMIC_BUCK3CTRL,
39   - MAX77686_REG_PMIC_BUCK3DVS1,
  39 + MAX77686_REG_PMIC_BUCK3DVS1 = 0x1e,
40 40 MAX77686_REG_PMIC_BUCK3DVS2,
41 41 MAX77686_REG_PMIC_BUCK3DVS3,
42 42 MAX77686_REG_PMIC_BUCK3DVS4,