summaryrefslogtreecommitdiffstats
path: root/include/power
diff options
context:
space:
mode:
authorŁukasz Majewski <l.majewski@samsung.com>2012-11-13 03:22:04 +0000
committerAnatolij Gustschin <agust@denx.de>2012-11-14 11:21:10 +0100
commitbf995a9a28c7a987be0b3df9d4f84da63c9bfb1c (patch)
tree3e2ce0935072444370efd3f23d4bd47c88245ca0 /include/power
parentb95aacd332cde91299cf05e1a87dc6d7de545adb (diff)
downloadtalos-obmc-uboot-bf995a9a28c7a987be0b3df9d4f84da63c9bfb1c.tar.gz
talos-obmc-uboot-bf995a9a28c7a987be0b3df9d4f84da63c9bfb1c.zip
pmic:max8997: Function for calculating LDO internal register value
Function for calculating LDO internal register value from passed micro Volt. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/power')
-rw-r--r--include/power/max8997_pmic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/power/max8997_pmic.h b/include/power/max8997_pmic.h
index 1db7deb3be..03cac041f1 100644
--- a/include/power/max8997_pmic.h
+++ b/include/power/max8997_pmic.h
@@ -200,4 +200,6 @@ enum {
EN_LDO = (0x3 << 6),
};
+#define MAX8997_LDO_MAX_VAL 0x3F
+unsigned char max8997_reg_ldo(int uV);
#endif /* __MAX8997_PMIC_H_ */
OpenPOWER on IntegriCloud