
Hi everyone,
This series adds proper support for ALDO/DLDO/ELDOs on AXP818. FLDOs aren't covered yet, though the hardware defaults should work nicely with sane hardware. ALDO functions aren't consolidated or cleaned up either.
Patch 1 cleans up the axp818 header.
Patch 2 merges the separate axp221 dldo functions into 1.
Patch 3 adds support for axp818's dldos and eldos.
Patch 4 drops the LDO voltages from h8_homlet_v2_defconfig. These match the defaults.
Patch 5 adds support for axp818's aldos.
Regards ChenYu
Chen-Yu Tsai (5): power: axp818: Remove duplicate register definition macros power: axp: merge separate DLDO functions into 1 power: axp818: Add support for DLDO and ELDO regulators sunxi: h8_homlet_v2: Drop LDO settings from defconfig sunxi: power: axp818: Enable support for ALDOs
board/sunxi/board.c | 16 ++++---- configs/h8_homlet_v2_defconfig | 3 -- drivers/power/Kconfig | 25 +++++++----- drivers/power/axp221.c | 88 ++++++++++-------------------------------- drivers/power/axp818.c | 81 ++++++++++++++++++++++++++++++++++++++ include/axp818.h | 8 ---- include/axp_pmic.h | 5 +-- 7 files changed, 125 insertions(+), 101 deletions(-)