Searched full:tca6507 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/leds/ |
D | ti,tca6507.yaml | 4 $id: http://devicetree.org/schemas/leds/ti,tca6507.yaml# 7 title: TCA6507 LED and GPIO controller 13 The TCA6507 is a programmable LED controller connected via I2C that can drive 19 const: ti,tca6507 94 compatible = "ti,tca6507";
|
/Linux-v5.10/drivers/leds/ |
D | leds-tca6507.c | 3 * leds-tca6507 5 * The TCA6507 is a programmable LED controller that can drive 7 141 /* Convert an led.brightness level (0..255) to a TCA6507 level (0..15) */ 188 { "tca6507" }, 344 /* Write all needed register of tca6507 */ 639 tca->gpio.label = "gpio-tca6507"; in tca6507_probe_gpios() 731 { .compatible = "ti,tca6507", }, 816 .name = "leds-tca6507", 827 MODULE_DESCRIPTION("TCA6507 LED/GPO driver");
|
D | Makefile | 88 obj-$(CONFIG_LEDS_TCA6507) += leds-tca6507.o
|
D | Kconfig | 681 tristate "LED Support for TCA6507 I2C chip"
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | omap3-gta04.dtsi | 199 reset-gpios = <&tca6507 0 GPIO_ACTIVE_LOW>; /* W2CBW003 reset through tca6507 */ 535 tca6507: tca6507@45 { label 536 compatible = "ti,tca6507";
|