Lines Matching +full:brightness +full:- +full:level
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lee Jones <[email protected]>
11 - Daniel Thompson <[email protected]>
12 - Jingoo Han <[email protected]>
20 default-brightness:
22 The default brightness that should be applied to the LED by the operating
23 system on start-up. The brightness should not exceed the brightness the
27 max-brightness:
29 Normally the maximum brightness is determined by the hardware and this
31 on the brightness apart from what the driver says, as it could happen
36 brightness-levels:
38 Array of distinct brightness levels. The levels must be in the range
42 The 0 value means a 0% of brightness (darkest/off), while the last value
43 in the array represents a full 100% brightness (brightest).
45 $ref: /schemas/types.yaml#/definitions/uint32-array
47 default-brightness-level:
49 The default brightness level (index into the array defined by the
50 "brightness-levels" property).