accel/qaic: Add AIC200 support
[drm/drm-misc.git] / Documentation / devicetree / bindings / leds / backlight / zii,rave-sp-backlight.yaml
blobee93a3e64852a4222b7958f1665733cb1a709700
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/leds/backlight/zii,rave-sp-backlight.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Zodiac Inflight Innovations RAVE Supervisory Processor Backlight
9 maintainers:
10   - Frank Li <Frank.Li@nxp.com>
12 description:
13   RAVE SP backlight device is a "MFD cell" device corresponding to
14   backlight functionality of RAVE Supervisory Processor. It is expected
15   that its Device Tree node is specified as a child of the node
16   corresponding to the parent RAVE SP device (as documented in
17   Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml)
19 properties:
20   compatible:
21     const: zii,rave-sp-backlight
23 required:
24   - compatible
26 allOf:
27   - $ref: common.yaml
29 unevaluatedProperties: false
31 examples:
32   - |
33     backlight {
34         compatible = "zii,rave-sp-backlight";
35     };