diff options
Diffstat (limited to 'include/power')
-rw-r--r-- | include/power/pmic.h | 2 | ||||
-rw-r--r-- | include/power/tps65218.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/power/pmic.h b/include/power/pmic.h index e0b2e129dde..4b343164270 100644 --- a/include/power/pmic.h +++ b/include/power/pmic.h @@ -226,7 +226,7 @@ struct pmic_child_info { * buck2 { ... }; * }; */ -int pmic_bind_children(struct udevice *pmic, int offset, +int pmic_bind_children(struct udevice *pmic, ofnode parent, const struct pmic_child_info *child_info); /** diff --git a/include/power/tps65218.h b/include/power/tps65218.h index 4d68faacafd..e3538e21f04 100644 --- a/include/power/tps65218.h +++ b/include/power/tps65218.h @@ -56,6 +56,8 @@ enum { #define TPS65218_MASK_ALL_BITS 0xFF +#define TPS65218_DCDC_VSEL_MASK 0x3F + #define TPS65218_DCDC_VOLT_SEL_0950MV 0x0a #define TPS65218_DCDC_VOLT_SEL_1100MV 0x19 #define TPS65218_DCDC_VOLT_SEL_1200MV 0x23 |