summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-10-05 12:38:27 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:31 +0200
commitb2e5add3b2a27accbf4ca649bcd2b763640cea01 (patch)
tree549f44ccc0c8ba940cdf296a2ebf905417599148 /include
parent2a7dd9d71cb7086faa102ef1eb148ea6481214ae (diff)
downloadblackbird-obmc-uboot-b2e5add3b2a27accbf4ca649bcd2b763640cea01.tar.gz
blackbird-obmc-uboot-b2e5add3b2a27accbf4ca649bcd2b763640cea01.zip
misc: pmic: Freescale PMIC switches to generic PMIC driver
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')
-rw-r--r--include/fsl_pmic.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h
index e3abde6e4d..742f2e19f9 100644
--- a/include/fsl_pmic.h
+++ b/include/fsl_pmic.h
@@ -99,6 +99,7 @@ enum {
REG_TEST2,
REG_TEST3,
REG_TEST4,
+ PMIC_NUM_OF_REGS,
};
/* REG_POWER_MISC */
@@ -121,8 +122,4 @@ enum {
/* Interrupt status 1 */
#define RTCRSTI (1 << 7)
-void pmic_show_pmic_info(void);
-void pmic_reg_write(u32 reg, u32 value);
-u32 pmic_reg_read(u32 reg);
-
#endif
OpenPOWER on IntegriCloud