Lines Matching +full:default +full:- +full:brightness +full:- +full:level
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 bindings
10 - Lee Jones <lee@kernel.org>
11 - Daniel Thompson <daniel.thompson@linaro.org>
12 - Jingoo Han <jingoohan1@gmail.com>
21 const: led-backlight
25 $ref: /schemas/types.yaml#/definitions/phandle-array
29 brightness-levels:
31 Array of distinct brightness levels. The levels must be in the range
33 backlight brightness level into a LED brightness level. If it is not
35 $ref: /schemas/types.yaml#/definitions/uint32-array
37 default-brightness-level:
39 The default brightness level (index into the array defined by the
40 "brightness-levels" property).
44 - compatible
45 - leds
50 - |
52 compatible = "led-backlight";
55 brightness-levels = <0 4 8 16 32 64 128 255>;
56 default-brightness-level = <6>;