regulator: Add support for TPS6287x
authorMark Brown <broonie@kernel.org>
Tue, 9 May 2023 06:22:50 +0000 (15:22 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 9 May 2023 06:22:50 +0000 (15:22 +0900)
commitcf27b7d9a574f3383be0ed1953cceda9a715eb51
treef19d1b64b1a2d0ea2ad00178c8e5ffdf2480d326
parentf050e56de80591fee55bedbdf5b6b998c740cd0c
parent7b0518fbf2befd7c4afb81eb06c95c8fc93998be
regulator: Add support for TPS6287x

Merge series from MÃ¥rten Lindahl <marten.lindahl@axis.com>:

This series adds basic support for TI's TPS62870/TPS62871/TPS62872/
TPS62873 high-frequency single-channel step-down converters with an
I2C interface.

The devices can operate in power save mode for maximum efficiency, or
forced-PWM mode for best transient performance and lowest output
voltage ripple. All chip variants have four output voltage ranges and
the driver changes active range depending on the requested voltage
setting.

There are differences in the electrical characteristics and packaging
between the variants, but the register interfaces are identical.