diff options
| author | Andre Przywara <[email protected]> | 2024-09-23 23:59:22 +0100 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2025-07-27 22:57:35 +0100 |
| commit | 1063678a7011aff8ea768074d3c5f2c5cc27fd73 (patch) | |
| tree | c5fa58e884c44c2cb29711b52158a63fa000182e /include | |
| parent | 869d396191ed226b66d9fe99e89230b359478d82 (diff) | |
power: regulator: add AXP323 support
The X-Powers AXP323 is very close sibling to the AXP313A, only that it
adds support for dual-phasing the first two DC/DC converters.
We do not really care about this particular feature, so just add the new
compatible string and tie it to the existing AXP313A support code.
Signed-off-by: Andre Przywara <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/axp_pmic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/axp_pmic.h b/include/axp_pmic.h index ae62ef0d76d..1806a7270a0 100644 --- a/include/axp_pmic.h +++ b/include/axp_pmic.h @@ -33,6 +33,7 @@ enum { AXP221_ID, AXP223_ID, AXP313_ID, + AXP323_ID, AXP717_ID, AXP803_ID, AXP806_ID, |
