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