Documentation/devicetree/bindings/soc/qcom/qcom,msm8976-ramp-controller.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/soc/qcom/qcom,msm8976-ramp-controller.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/soc/qcom/qcom,msm8976-ramp-controller.yaml
Extension
.yaml
Size
811 bytes
Lines
37
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/soc/qcom/qcom,msm8976-ramp-controller.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm Ramp Controller

maintainers:
  - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

description:
  The Ramp Controller is used to program the sequence ID for pulse
  swallowing, enable sequences and link Sequence IDs (SIDs) for the
  CPU cores on some Qualcomm SoCs.

properties:
  compatible:
    enum:
      - qcom,msm8976-ramp-controller

  reg:
    maxItems: 1

required:
  - compatible
  - reg

additionalProperties: false

examples:
  - |
    cpu-power-controller@b014000 {
        compatible = "qcom,msm8976-ramp-controller";
        reg = <0x0b014000 0x68>;
    };

Annotation

Implementation Notes