X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffsl_pmic.h;h=742f2e19f9e9533573c07e1563978da8ba7bdfd7;hb=877012df309329a9264e6e9558d4f71bfa0cddbe;hp=e3abde6e4d75a89782160d5604fc85920fa51822;hpb=de200874fb9ecac51d74b4e9783ebb5d2e94c449;p=oweals%2Fu-boot.git 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