diff options
author | André Apitzsch <git@apitzsch.eu> | 2024-06-24 23:25:13 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-06-26 17:04:39 +0100 |
commit | c581f17a66b6a5bbd08f240da75f2418b50b2dc6 (patch) | |
tree | f4bec296f5e0380b5a84c042f8439e5bc3f53855 /drivers/leds/flash/Makefile | |
parent | a5aff5da79915a0e39be92c5e6bffae98f67f108 (diff) |
leds: sy7802: Add support for Silergy SY7802 flash LED controller
The SY7802 is a current-regulated charge pump which can regulate two
current levels for Flash and Torch modes.
It is a high-current synchronous boost converter with 2-channel high
side current sources. Each channel is able to deliver 900mA current.
Acked-by: Lee Jones <lee@kernel.org>
Signed-off-by: André Apitzsch <git@apitzsch.eu>
Link: https://lore.kernel.org/r/20240624-sy7802-v5-2-7abc9d96bfa6@apitzsch.eu
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds/flash/Makefile')
-rw-r--r-- | drivers/leds/flash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/flash/Makefile b/drivers/leds/flash/Makefile index 91d60a4b7952..48860eeced79 100644 --- a/drivers/leds/flash/Makefile +++ b/drivers/leds/flash/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_LEDS_QCOM_FLASH) += leds-qcom-flash.o obj-$(CONFIG_LEDS_RT4505) += leds-rt4505.o obj-$(CONFIG_LEDS_RT8515) += leds-rt8515.o obj-$(CONFIG_LEDS_SGM3140) += leds-sgm3140.o +obj-$(CONFIG_LEDS_SY7802) += leds-sy7802.o |