Re: [RFC PATCH] leds: add sgm3140 driver

From: Dan Murphy
Date: Thu Feb 27 2020 - 14:56:00 EST


Luca

On 2/27/20 12:50 PM, Luca Weiss wrote:
Add a driver for the SGMICRO SGM3140 Buck/Boost Charge Pump LED driver.

This device is controller by two GPIO lines, one for enabling the LED
and the second one for switching between torch and flash mode.

The device will automatically switch to torch mode after being in flash
mode for about 250-300ms, so after that time the driver will turn the
LED off again automatically.

Signed-off-by: Luca Weiss <luca@xxxxxxxxx>
---

You seem to be missing the devictree bindings doc for the GPIOs.

Dan