Home
last modified time | relevance | path

Searched +full:ktd2026 +full:- +full:7 +full:- +full:04 +full:h (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/leds/
Dkinetic,ktd202x.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Kinetic KTD2026/7 RGB/White LED Driver
10 - André Apitzsch <git@apitzsch.eu>
13 The KTD2026/7 is a RGB/White LED driver with I2C interface.
16 https://www.kinet-ic.com/uploads/KTD2026-7-04h.pdf
21 - kinetic,ktd2026
22 - kinetic,ktd2027
27 vin-supply:
[all …]
/linux-6.12.1/drivers/leds/rgb/
Dleds-ktd202x.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Kinetic KTD2026/7 RGB/White LED driver with I2C interface
7 * Datasheet: https://www.kinet-ic.com/uploads/KTD2026-7-04h.pdf
10 #include <linux/i2c.h>
11 #include <linux/led-class-multicolor.h>
12 #include <linux/module.h>
13 #include <linux/mutex.h>
14 #include <linux/of.h>
15 #include <linux/of_device.h>
16 #include <linux/regmap.h>
[all …]