Home
last modified time | relevance | path

Searched full:rt4505 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/leds/
H A Dleds-rt4505.yaml4 $id: http://devicetree.org/schemas/leds/leds-rt4505.yaml#
7 title: Richtek RT4505 Single Channel LED Driver
13 The RT4505 is a flash LED driver that can support up to 375mA and 1.5A for
17 https://www.richtek.com/assets/product_file/RT4505/DS4505-02.pdf
21 const: richtek,rt4505
47 compatible = "richtek,rt4505";
/linux/drivers/leds/flash/
H A DKconfig96 tristate "LED support for RT4505 flashlight controller"
101 This option enables support for the RT4505 flash LED controller.
102 RT4505 includes torch and flash functions with programmable current.
H A Dleds-rt4505.c412 { .compatible = "richtek,rt4505", },
419 .name = "rt4505",
429 MODULE_DESCRIPTION("Richtek RT4505 LED driver");
H A DMakefile11 obj-$(CONFIG_LEDS_RT4505) += leds-rt4505.o