Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: backlight: Add Kinetic KTD259 bindings

The KTD259 is just a newer version of the KTD253 and works
all the same.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Linus Walleij and committed by
Lee Jones
4b79ec9a 693091d9

+6 -3
+6 -3
Documentation/devicetree/bindings/leds/backlight/kinetic,ktd253.yaml
··· 4 4 $id: http://devicetree.org/schemas/leds/backlight/kinetic,ktd253.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Kinetic Technologies KTD253 one-wire backlight 7 + title: Kinetic Technologies KTD253 and KTD259 one-wire backlight 8 8 9 9 maintainers: 10 10 - Linus Walleij <linus.walleij@linaro.org> 11 11 12 12 description: | 13 - The Kinetic Technologies KTD253 is a white LED backlight that is 13 + The Kinetic Technologies KTD253 and KTD259 are white LED backlights 14 14 controlled by a single GPIO line. If you just turn on the backlight 15 15 it goes to maximum backlight then you can set the level of backlight 16 16 using pulses on the enable wire. This is sometimes referred to as ··· 21 21 22 22 properties: 23 23 compatible: 24 - const: kinetic,ktd253 24 + items: 25 + - enum: 26 + - kinetic,ktd253 27 + - kinetic,ktd259 25 28 26 29 enable-gpios: 27 30 description: GPIO to use to enable/disable and dim the backlight.