summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndre Przywara <[email protected]>2023-10-17 14:12:44 +0100
committerAndre Przywara <[email protected]>2023-11-12 16:47:16 +0000
commitfafedff35015c8cca7c537b68deb57b22c3ead73 (patch)
tree7a270694c21d5b3c6603b76c3d3f7dba6b38cd18 /include
parentd17d051c540a97b8d0b38236dd7fef2294db4e48 (diff)
power: regulator: add AXP313 support
The X-Powers AXP313a is a small PMIC with just three buck converters and three 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 <[email protected]> Reviewed-by: Jaehoon Chung <[email protected]>
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 4ac64865831..aabafc8501b 100644
--- a/include/axp_pmic.h
+++ b/include/axp_pmic.h
@@ -32,6 +32,7 @@ enum {
AXP209_ID,
AXP221_ID,
AXP223_ID,
+ AXP313_ID,
AXP803_ID,
AXP806_ID,
AXP809_ID,