Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml
Extension
.yaml
Size
2285 bytes
Lines
116
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)

%YAML 1.2
---
$id: http://devicetree.org/schemas/phy/qcom,edp-phy.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm eDP PHY

maintainers:
  - Bjorn Andersson <bjorn.andersson@linaro.org>

description:
  The Qualcomm eDP PHY is found in a number of Qualcomm platform and provides
  the physical interface for Embedded Display Port.

properties:
  compatible:
    oneOf:
      - enum:
          - qcom,glymur-dp-phy
          - qcom,sa8775p-edp-phy
          - qcom,sc7280-edp-phy
          - qcom,sc8180x-edp-phy
          - qcom,sc8280xp-dp-phy
          - qcom,sc8280xp-edp-phy
          - qcom,x1e80100-dp-phy
      - items:
          - enum:
              - qcom,qcs8300-edp-phy
          - const: qcom,sa8775p-edp-phy

  reg:
    items:
      - description: PHY base register block
      - description: tx0 register block
      - description: tx1 register block
      - description: PLL register block

  clocks:
    minItems: 2
    maxItems: 3

  clock-names:
    minItems: 2
    items:
      - const: aux
      - const: cfg_ahb
      - const: ref

  "#clock-cells":
    const: 1

  "#phy-cells":
    const: 0

  power-domains:
    maxItems: 1

  vdda-phy-supply: true
  vdda-pll-supply: true

required:
  - compatible
  - reg
  - clocks
  - clock-names
  - "#clock-cells"
  - "#phy-cells"

Annotation

Implementation Notes