Skip to content

Commit 4b79ec9

Browse files
linuswLee Jones
authored andcommitted
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 <[email protected]> Acked-by: Daniel Thompson <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 693091d commit 4b79ec9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Documentation/devicetree/bindings/leds/backlight/kinetic,ktd253.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
$id: http://devicetree.org/schemas/leds/backlight/kinetic,ktd253.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: Kinetic Technologies KTD253 one-wire backlight
7+
title: Kinetic Technologies KTD253 and KTD259 one-wire backlight
88

99
maintainers:
1010
- Linus Walleij <[email protected]>
1111

1212
description: |
13-
The Kinetic Technologies KTD253 is a white LED backlight that is
13+
The Kinetic Technologies KTD253 and KTD259 are white LED backlights
1414
controlled by a single GPIO line. If you just turn on the backlight
1515
it goes to maximum backlight then you can set the level of backlight
1616
using pulses on the enable wire. This is sometimes referred to as
@@ -21,7 +21,10 @@ allOf:
2121

2222
properties:
2323
compatible:
24-
const: kinetic,ktd253
24+
items:
25+
- enum:
26+
- kinetic,ktd253
27+
- kinetic,ktd259
2528

2629
enable-gpios:
2730
description: GPIO to use to enable/disable and dim the backlight.

0 commit comments

Comments
 (0)