Lines Matching +full:led +full:- +full:backlight
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/leds/backlight/led-backlight.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: led-backlight
10 - Lee Jones <lee@kernel.org>
11 - Daniel Thompson <daniel.thompson@linaro.org>
12 - Jingoo Han <jingoohan1@gmail.com>
15 This binding is used to describe a basic backlight device made of LEDs. It
16 can also be used to describe a backlight device controlled by the output of
17 a LED driver.
20 - $ref: common.yaml#
24 const: led-backlight
27 description: A list of LED nodes
28 $ref: /schemas/types.yaml#/definitions/phandle-array
33 - compatible
34 - leds
39 - |
40 backlight {
41 compatible = "led-backlight";
44 brightness-levels = <0 4 8 16 32 64 128 255>;
45 default-brightness-level = <6>;