Re: [PATCH v3 0/2] leds: lp55xx: configure internal charge pump

From: Maarten Zanders
Date: Thu Feb 02 2023 - 06:00:54 EST


Thanks for your feedback. V4 has been sent.

On 2/2/23 10:34, Krzysztof Kozlowski wrote:
On 02/02/2023 10:23, Maarten Zanders wrote:
A new option in the devicetree "ti,charge-pump-mode" allows the user to
configure the charge pump in a certain mode. The previous implementation
was "auto" mode, which remains the default.

v1 of the patch implemented a bool to disable the charge pump and had some
issues in the yaml binding.

v2 implemented all options of the charge pump as a string which was too
complex to parse & check.

v3 (this version) replaces the string by constants.
Please resend without ignoring the feedback.

Best regards,
Krzysztof