]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: pmic: sunxi: use generic AXP SPL driver for AXP305
authorAndre Przywara <andre.przywara@arm.com>
Mon, 13 May 2024 23:47:09 +0000 (00:47 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 15 Jul 2024 17:11:37 +0000 (18:11 +0100)
commitf5a7532676a64a23e1c1cd7729ccf600e9557b7a
treef402ad523e87134e04a81a743ae0bea10bf54945
parent670c0324a1b570088cfb34523d5edd295fbc60c9
power: pmic: sunxi: use generic AXP SPL driver for AXP305

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

Add the descriptions for four of the six DC/DC regulators of the AXP305,
and enable that when CONFIG_AXP305_POWER is enabled. We won't need DCDC2
and DCDC3, but by using the position in the array for the index we keep
the code cleaner.
Also remove the old driver, and switch the Makefile to include the new,
generic driver.

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