mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
pmic: max77686: fix the wrong offset
0x1D is reserved. So BUCK3DVS1 is started from 0x1e. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
452a2722ec
commit
b0c3b1195a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue