aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndre Przywara2024-05-10 00:43:19 +0100
committerAndre Przywara2024-07-15 00:17:27 +0100
commitc30277f0d966fbc026756034db8f85d01304e35f (patch)
treef36dd1beb64b83bb1461d9f97abcb774b42e911d /include
parentb182816c1fb436916661949213c543bf4d42250b (diff)
power: regulator: add AXP717 support
The X-Powers AXP717 is a PMIC with four buck converters and a number of LDOs, one of which is actually fixed (so not modelled here). Add the compatible string and the respective regulator ranges to allow drivers to adjust voltages. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Ryan Walklin <ryan@testtoast.com>
Diffstat (limited to 'include')
-rw-r--r--include/axp_pmic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/axp_pmic.h b/include/axp_pmic.h
index aabafc8501b..ae62ef0d76d 100644
--- a/include/axp_pmic.h
+++ b/include/axp_pmic.h
@@ -33,6 +33,7 @@ enum {
AXP221_ID,
AXP223_ID,
AXP313_ID,
+ AXP717_ID,
AXP803_ID,
AXP806_ID,
AXP809_ID,