Skip to content

Commit 24c81b9

Browse files
achrisansravnborg
authored andcommitted
dt-bindings: display: Intel KeemBay MSSCAM
This patch add bindings for Intel KeemBay MSSCAM syscon v2: fixed compatible (Sam R.) Signed-off-by: Anitha Chrisanthus <[email protected]> Cc: Sam Ravnborg <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Rob Herring <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 5a76b1e commit 24c81b9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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 <[email protected]>
11+
- Edmond J Dea <[email protected]>
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+
};

0 commit comments

Comments
 (0)