Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / display / intel,keembay-msscam.yaml
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/display/intel,keembay-msscam.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Devicetree bindings for Intel Keem Bay MSSCAM
8
9 maintainers:
10   - Anitha Chrisanthus <anitha.chrisanthus@intel.com>
11   - Edmond J Dea <edmund.j.dea@intel.com>
12
13 description: |
14    MSSCAM controls local clocks in the display subsystem namely LCD clocks and
15    MIPI DSI clocks. It also configures the interconnect between LCD and
16    MIPI DSI.
17
18 properties:
19   compatible:
20     items:
21       - const: intel,keembay-msscam
22       - const: syscon
23
24   reg:
25     maxItems: 1
26
27   reg-io-width:
28     const: 4
29
30 required:
31   - compatible
32   - reg
33   - reg-io-width
34
35 additionalProperties: false
36
37 examples:
38   - |
39     msscam:msscam@20910000 {
40         compatible = "intel,keembay-msscam", "syscon";
41         reg = <0x20910000 0x30>;
42         reg-io-width = <4>;
43     };