1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/thermal/dlg,da9062-thermal.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 7 title: Dialog DA9062/61 TJUNC Thermal Module 8 9 maintainers: 10 - Biju Das <biju.das.jz@bp.renesas.com> 11 12 description: | 13 This module is part of the DA9061/DA9062. For more details about entire 14 DA906{1,2} chips see Documentation/devicetree/bindings/mfd/dlg,da9063.yaml 15 16 Junction temperature thermal module uses an interrupt signal to identify 17 high THERMAL_TRIP_HOT temperatures for the PMIC device. 18 19 properties: 20 compatible: 21 oneOf: 22 - const: dlg,da9062-thermal 23 - items: 24 - const: dlg,da9061-thermal 25 - const: dlg,da9062-thermal 26 27 polling-delay-passive: 28 description: 29 Specify the polling period, measured in milliseconds, between 30 thermal zone device update checks. 31 32 required: 33 - compatible 34 35 additionalProperties: false
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.