diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dialog_pmic.h | 2 | ||||
-rw-r--r-- | include/pmic.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/dialog_pmic.h b/include/dialog_pmic.h index b0925f5..8d43585 100644 --- a/include/dialog_pmic.h +++ b/include/dialog_pmic.h @@ -164,7 +164,7 @@ enum { DA9053_GPID7_REG, DA9053_GPID8_REG, DA9053_GPID9_REG, - PMIC_NUM_OF_REGS, + DIALOG_NUM_OF_REGS, }; #define DA_BUCKCORE_VBCORE_1_250V 0x1E diff --git a/include/pmic.h b/include/pmic.h index 52a1526..6a05b40 100644 --- a/include/pmic.h +++ b/include/pmic.h @@ -55,6 +55,7 @@ struct pmic { }; int pmic_init(void); +int pmic_dialog_init(void); int check_reg(u32 reg); struct pmic *get_pmic(void); int pmic_probe(struct pmic *p); |