brintos

brintos / linux-shallow public Read only

0
0
Text · 968 B · e8b2cac Raw
36 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/thermal/dlg,da9062-thermal.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Dialog DA9062/61 TJUNC Thermal Module8 9maintainers:10  - Biju Das <biju.das.jz@bp.renesas.com>11 12description: |13  This module is part of the DA9061/DA9062. For more details about entire14  DA906{1,2} chips see Documentation/devicetree/bindings/mfd/dlg,da9063.yaml15 16  Junction temperature thermal module uses an interrupt signal to identify17  high THERMAL_TRIP_HOT temperatures for the PMIC device.18 19properties:20  compatible:21    oneOf:22      - const: dlg,da9062-thermal23      - items:24          - const: dlg,da9061-thermal25          - const: dlg,da9062-thermal26 27  polling-delay-passive:28    description:29      Specify the polling period, measured in milliseconds, between30      thermal zone device update checks.31 32required:33  - compatible34 35additionalProperties: false36