qong: enable support for compressed images
[platform/kernel/u-boot.git] / include / fsl_pmic.h
index e3abde6..742f2e1 100644 (file)
@@ -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