]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: pmic: sunxi: use generic AXP SPL driver for AXP313
authorAndre Przywara <andre.przywara@arm.com>
Mon, 13 May 2024 23:46:59 +0000 (00:46 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 15 Jul 2024 17:11:14 +0000 (18:11 +0100)
commit670c0324a1b570088cfb34523d5edd295fbc60c9
tree26c8a65da00cdc9cf9ee1048aaae583bef100f3b
parent51bee9b5a349b5f39ed39f650e07d16a1b22004f
power: pmic: sunxi: use generic AXP SPL driver for AXP313

The generic AXP SPL driver implementation can cover all regulators we
need for the AXP313.

Add the descriptions for the three DC/DC regulators of the AXP313, and
enable that when CONFIG_AXP313_POWER is enabled. Also remove the old
driver, and switch the Makefile to include the new, generic version.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/power/Makefile
drivers/power/axp313.c [deleted file]
drivers/power/axp_spl.c