Documentation/devicetree/bindings/display/msm/qcom,msm8998-dpu.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/display/msm/qcom,msm8998-dpu.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/display/msm/qcom,msm8998-dpu.yaml
Extension
.yaml
Size
2522 bytes
Lines
102
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-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/display/msm/qcom,msm8998-dpu.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm Display DPU on MSM8998

maintainers:
  - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>

$ref: /schemas/display/msm/dpu-common.yaml#

properties:
  compatible:
    const: qcom,msm8998-dpu

  reg:
    items:
      - description: Address offset and size for mdp register set
      - description: Address offset and size for regdma register set
      - description: Address offset and size for vbif register set
      - description: Address offset and size for non-realtime vbif register set

  reg-names:
    items:
      - const: mdp
      - const: regdma
      - const: vbif
      - const: vbif_nrt

  clocks:
    items:
      - description: Display ahb clock
      - description: Display axi clock
      - description: Display mem-noc clock
      - description: Display core clock
      - description: Display vsync clock

  clock-names:
    items:
      - const: iface
      - const: bus
      - const: mnoc
      - const: core
      - const: vsync

required:
  - compatible
  - reg
  - reg-names
  - clocks
  - clock-names

unevaluatedProperties: false

examples:
  - |
    #include <dt-bindings/clock/qcom,mmcc-msm8998.h>
    #include <dt-bindings/power/qcom-rpmpd.h>

    display-controller@c901000 {
        compatible = "qcom,msm8998-dpu";
        reg = <0x0c901000 0x8f000>,
              <0x0c9a8e00 0xf0>,
              <0x0c9b0000 0x2008>,
              <0x0c9b8000 0x1040>;
        reg-names = "mdp", "regdma", "vbif", "vbif_nrt";

        clocks = <&mmcc MDSS_AHB_CLK>,

Annotation

Implementation Notes