regulator: Add AXP717 boost support
authorMark Brown <broonie@kernel.org>
Sat, 7 Sep 2024 00:44:08 +0000 (01:44 +0100)
committerMark Brown <broonie@kernel.org>
Sat, 7 Sep 2024 00:44:08 +0000 (01:44 +0100)
commit8651db0fcb60b2376f5be7934ecf68b19cb81124
tree730393be6893ab25d9b3dc76272a302dc1b0816e
parent401d078eaf2edd605c9121741e166d9326c63677
parent22dfe2ea1d63f15d8b9661e7690ac0a03159db6a
regulator: Add AXP717 boost support

Merge series from Andre Przywara <andre.przywara@arm.com>:

This is remainder of the AXP717 fix series, containing support for the
boost regulator. This is meant to increase the battery voltage to the 5
volts required to provide the USB VBUS power.
It's the usual trinity of DT bindings patch (1/3), the MFD part
describing the PMIC registers (2/3) and the final patch to model the
regulator (3/3).
Compared to v2, this drops the merged patches, and just retains the
boost related parts. It also changes the internal name of the register
to AXP717_MODULE_EN_CONTROL_2, since there is another control register
we will need later for battery support.