]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/display/msm/dsi-phy-common.yaml
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / 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: Qualcomm Display DSI PHY Common Properties
8
9 maintainers:
10 - Krishna Manikandan <quic_mkrishn@quicinc.com>
11
12 description:
13 Common properties for Qualcomm Display DSI PHY.
14
15 properties:
16 "#clock-cells":
17 const: 1
18
19 "#phy-cells":
20 const: 0
21
22 clocks:
23 items:
24 - description: Display AHB clock
25 - description: Board XO source
26
27 clock-names:
28 items:
29 - const: iface
30 - const: ref
31
32 required:
33 - clocks
34 - clock-names
35 - "#clock-cells"
36 - "#phy-cells"
37
38 additionalProperties: true
39 ...