Searched full:tca6507 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/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 95 compatible = "ti,tca6507";
|
/Linux-v6.1/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" }, 342 /* Write all needed register of tca6507 */ 637 tca->gpio.label = "gpio-tca6507"; in tca6507_probe_gpios() 726 { .compatible = "ti,tca6507", }, 809 .name = "leds-tca6507", 820 MODULE_DESCRIPTION("TCA6507 LED/GPO driver");
|
D | Makefile | 81 obj-$(CONFIG_LEDS_TCA6507) += leds-tca6507.o
|
D | Kconfig | 646 tristate "LED Support for TCA6507 I2C chip"
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | omap3-gta04.dtsi | 200 reset-gpios = <&tca6507 0 GPIO_ACTIVE_LOW>; /* W2CBW003 reset through tca6507 */ 538 tca6507: tca6507@45 { label 539 compatible = "ti,tca6507";
|