Searched +full:ktd2026 +full:- +full:7 +full:- +full:04 +full:h (Results 1 – 2 of 2) sorted by relevance
1 # 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 Driver10 - 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.pdf21 - kinetic,ktd202622 - kinetic,ktd202727 vin-supply:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Kinetic KTD2026/7 RGB/White LED driver with I2C interface7 * Datasheet: https://www.kinet-ic.com/uploads/KTD2026-7-04h.pdf10 #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 …]