Documentation/devicetree/bindings/thermal/dlg,da9062-thermal.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/thermal/dlg,da9062-thermal.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/thermal/dlg,da9062-thermal.yaml
Extension
.yaml
Size
968 bytes
Lines
36
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/thermal/dlg,da9062-thermal.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Dialog DA9062/61 TJUNC Thermal Module

maintainers:
  - Biju Das <biju.das.jz@bp.renesas.com>

description: |
  This module is part of the DA9061/DA9062. For more details about entire
  DA906{1,2} chips see Documentation/devicetree/bindings/mfd/dlg,da9063.yaml

  Junction temperature thermal module uses an interrupt signal to identify
  high THERMAL_TRIP_HOT temperatures for the PMIC device.

properties:
  compatible:
    oneOf:
      - const: dlg,da9062-thermal
      - items:
          - const: dlg,da9061-thermal
          - const: dlg,da9062-thermal

  polling-delay-passive:
    description:
      Specify the polling period, measured in milliseconds, between
      thermal zone device update checks.

required:
  - compatible

additionalProperties: false

Annotation

Implementation Notes