Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / display / msm / dsi-phy-common.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/msm/dsi-phy-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Description of Qualcomm Display DSI PHY common dt properties
8
9 maintainers:
10   - Krishna Manikandan <mkrishn@codeaurora.org>
11
12 description: |
13   This defines the DSI PHY dt properties which are common for all
14   dsi phy versions.
15
16 properties:
17   "#clock-cells":
18     const: 1
19
20   "#phy-cells":
21     const: 0
22
23   clocks:
24     items:
25       - description: Display AHB clock
26       - description: Board XO source
27
28   clock-names:
29     items:
30       - const: iface
31       - const: ref
32
33 required:
34   - clocks
35   - clock-names
36   - "#clock-cells"
37   - "#phy-cells"
38
39 additionalProperties: true
40 ...