From 1063678a7011aff8ea768074d3c5f2c5cc27fd73 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Mon, 23 Sep 2024 23:59:22 +0100 Subject: 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 --- include/axp_pmic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit v1.2.3