From bdcdf84631746f9569a4d0b0805750574c7a353a Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 29 Nov 2014 23:54:25 +0100 Subject: sunxi: axp221: Add axp223 support The axp223 appears to be the same as the axp221, except that it uses the rsb to communicate rather then the p2wi. At least all the registers we use are 100% the same. Signed-off-by: Hans de Goede Acked-by: Ian Campbell --- drivers/power/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'drivers/power/Kconfig') diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 1ec7c0e59a..7373a793e2 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -1,10 +1,10 @@ config AXP221_POWER - boolean "axp221 pmic support" - depends on MACH_SUN6I + boolean "axp221 / axp223 pmic support" + depends on MACH_SUN6I || MACH_SUN8I default y ---help--- - Say y here to enable support for the axp221 pmic found on most sun6i - (A31) boards. + Say y here to enable support for the axp221 / axp223 pmic found on most + sun6i (A31) / sun8i (A23) boards. config AXP221_DLDO1_VOLT int "axp221 dldo1 voltage" -- cgit v1.2.3