diff options
author | Stefano Babic <sbabic@denx.de> | 2011-10-05 12:38:27 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:31 +0200 |
commit | b2e5add3b2a27accbf4ca649bcd2b763640cea01 (patch) | |
tree | 549f44ccc0c8ba940cdf296a2ebf905417599148 /include/fsl_pmic.h | |
parent | 2a7dd9d71cb7086faa102ef1eb148ea6481214ae (diff) | |
download | u-boot-b2e5add3b2a27accbf4ca649bcd2b763640cea01.tar.gz |
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/fsl_pmic.h')
-rw-r--r-- | include/fsl_pmic.h | 5 |
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 |