Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/msm/dsi-phy-common.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Description of Qualcomm Display DSI PHY common dt properties
0008 
0009 maintainers:
0010   - Krishna Manikandan <quic_mkrishn@quicinc.com>
0011 
0012 description: |
0013   This defines the DSI PHY dt properties which are common for all
0014   dsi phy versions.
0015 
0016 properties:
0017   "#clock-cells":
0018     const: 1
0019 
0020   "#phy-cells":
0021     const: 0
0022 
0023   clocks:
0024     items:
0025       - description: Display AHB clock
0026       - description: Board XO source
0027 
0028   clock-names:
0029     items:
0030       - const: iface
0031       - const: ref
0032 
0033 required:
0034   - clocks
0035   - clock-names
0036   - "#clock-cells"
0037   - "#phy-cells"
0038 
0039 additionalProperties: true
0040 ...