RE: [PATCH v1 2/2] backlight: mp3309c: Add support for MPS MP3309C

2023-08-31 Thread Flavio Suligoi
ts.freedesktop.org; linux-l...@vger.kernel.org; > devicet...@vger.kernel.org; linux-fb...@vger.kernel.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH v1 2/2] backlight: mp3309c: Add support for MPS > MP3309C > > On Tue, Aug 29, 2023 at 12:15:46PM +0200, Flavio Suligoi wrote: >

[PATCH v1 2/2] backlight: mp3309c: Add support for MPS MP3309C

2023-08-30 Thread Flavio Suligoi
The Monolithic Power (MPS) MP3309C is a WLED step-up converter, featuring a programmable switching frequency to optimize efficiency. The brightness can be controlled either by I2C commands (called "analog" mode) or by a PWM input signal (PWM mode). This driver supports both modes. For DT configura

Re: [PATCH v1 2/2] backlight: mp3309c: Add support for MPS MP3309C

2023-08-29 Thread Daniel Thompson
On Tue, Aug 29, 2023 at 12:15:46PM +0200, Flavio Suligoi wrote: > The Monolithic Power (MPS) MP3309C is a WLED step-up converter, featuring a > programmable switching frequency to optimize efficiency. > The brightness can be controlled either by I2C commands (called "analog" > mode) or by a PWM inp

Re: [PATCH v1 2/2] backlight: mp3309c: Add support for MPS MP3309C

2023-08-29 Thread Krzysztof Kozlowski
On 29/08/2023 12:15, Flavio Suligoi wrote: > The Monolithic Power (MPS) MP3309C is a WLED step-up converter, featuring a > programmable switching frequency to optimize efficiency. > The brightness can be controlled either by I2C commands (called "analog" > mode) or by a PWM input signal (PWM mode).