diff options
author | Isai Gaspar <isaiezequiel.gaspar@nxp.com> | 2023-07-13 18:35:16 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-07-28 10:26:28 +0200 |
commit | ee4e80b2962e98faf69afa6230cb0c249fedec9c (patch) | |
tree | adfa8dfc0eec32735d175f05da51c6eb9e08a35e /drivers/leds/Makefile | |
parent | dt-bindings: leds: pca995x: Add binding document for PCA995X chips (diff) | |
download | linux-ee4e80b2962e98faf69afa6230cb0c249fedec9c.tar.xz linux-ee4e80b2962e98faf69afa6230cb0c249fedec9c.zip |
leds: pca995x: Add support for PCA995X chips
The PCA995x chips are I2C controlled LED drivers. Each chip has
up to 16 outputs, each one with an individual 8-bit resolution
PWM for brightness control.
Signed-off-by: Isai Gaspar <isaiezequiel.gaspar@nxp.com>
Signed-off-by: Marek Vasut <marex@denx.de> # Basically rewrite the driver
Link: https://lore.kernel.org/r/20230713163516.21644-2-marex@denx.de
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index d71f1226540c..d7348e8bc019 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -72,6 +72,7 @@ obj-$(CONFIG_LEDS_OT200) += leds-ot200.o obj-$(CONFIG_LEDS_PCA9532) += leds-pca9532.o obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o obj-$(CONFIG_LEDS_PCA963X) += leds-pca963x.o +obj-$(CONFIG_LEDS_PCA995X) += leds-pca995x.o obj-$(CONFIG_LEDS_PM8058) += leds-pm8058.o obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o obj-$(CONFIG_LEDS_PWM) += leds-pwm.o |