diff options
| author | Andre Przywara <[email protected]> | 2024-08-16 01:18:24 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-09-06 22:17:36 +0100 |
| commit | 22dfe2ea1d63f15d8b9661e7690ac0a03159db6a (patch) | |
| tree | f8060997965b239ff32d84c90ad829b65d55ac9b /include/linux/mfd | |
| parent | bb2ac59f8205165fce5aee9135bd1e2ea9b1a74b (diff) | |
regulator: axp20x: AXP717: Add boost regulator
The AXP717 also contains an adjustable boost regulator, to provide the
5V USB VBUS rail when running on battery.
Add the regulator description that states the voltage range this
regulator can cover.
Signed-off-by: Andre Przywara <[email protected]>
Reviewed-by: John Watts <[email protected]>
Reviewed-by: Chen-Yu Tsai <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/axp20x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index 3758f986491c..e0cd66bd3b6d 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -486,6 +486,7 @@ enum { AXP717_CLDO3, AXP717_CLDO4, AXP717_CPUSLDO, + AXP717_BOOST, AXP717_REG_ID_MAX, }; |