summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2013-09-30 14:23:37 +0900
committerTom Rini <trini@ti.com>2013-10-14 16:06:53 -0400
commitb0c3b1195a2e85e32d7d1610d3683b48750e7394 (patch)
treed33e7e98f360a92010d260054d807e008449a7fd /include
parent452a2722ecee9ed9644d6fc7c8d570d725cfdb82 (diff)
downloadblackbird-obmc-uboot-b0c3b1195a2e85e32d7d1610d3683b48750e7394.tar.gz
blackbird-obmc-uboot-b0c3b1195a2e85e32d7d1610d3683b48750e7394.zip
pmic: max77686: fix the wrong offset
0x1D is reserved. So BUCK3DVS1 is started from 0x1e. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/power/max77686_pmic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power/max77686_pmic.h b/include/power/max77686_pmic.h
index c98db1b75d..16e9016089 100644
--- a/include/power/max77686_pmic.h
+++ b/include/power/max77686_pmic.h
@@ -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,
OpenPOWER on IntegriCloud