Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: thermal: Convert da906{1,2} thermal to json-schema

Convert the da906{1,2} thermal device tree binding documentation to
json-schema.

Update MAINTAINERS entries and description by referring to
dlg,da9062-thermal.yaml binding file.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20240131102656.3379-5-biju.das.jz@bp.renesas.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Biju Das and committed by
Lee Jones
fddee1e6 e2fcaf4c

+37 -38
+1 -1
Documentation/devicetree/bindings/mfd/da9062.txt
··· 88 88 89 89 - watchdog: See ../watchdog/dlg,da9062-watchdog.yaml 90 90 91 - - thermal : See ../thermal/da9062-thermal.txt 91 + - thermal : See ../thermal/dlg,da9062-thermal.yaml 92 92 93 93 Example: 94 94
-36
Documentation/devicetree/bindings/thermal/da9062-thermal.txt
··· 1 - * Dialog DA9062/61 TJUNC Thermal Module 2 - 3 - This module is part of the DA9061/DA9062. For more details about entire 4 - DA9062 and DA9061 chips see Documentation/devicetree/bindings/mfd/da9062.txt 5 - 6 - Junction temperature thermal module uses an interrupt signal to identify 7 - high THERMAL_TRIP_HOT temperatures for the PMIC device. 8 - 9 - Required properties: 10 - 11 - - compatible: should be one of the following valid compatible string lines: 12 - "dlg,da9061-thermal", "dlg,da9062-thermal" 13 - "dlg,da9062-thermal" 14 - 15 - Optional properties: 16 - 17 - - polling-delay-passive : Specify the polling period, measured in 18 - milliseconds, between thermal zone device update checks. 19 - 20 - Example: DA9062 21 - 22 - pmic0: da9062@58 { 23 - thermal { 24 - compatible = "dlg,da9062-thermal"; 25 - polling-delay-passive = <3000>; 26 - }; 27 - }; 28 - 29 - Example: DA9061 using a fall-back compatible for the DA9062 onkey driver 30 - 31 - pmic0: da9061@58 { 32 - thermal { 33 - compatible = "dlg,da9061-thermal", "dlg,da9062-thermal"; 34 - polling-delay-passive = <3000>; 35 - }; 36 - };
+35
Documentation/devicetree/bindings/thermal/dlg,da9062-thermal.yaml
··· 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 + DA9062 and DA9061 chips see Documentation/devicetree/bindings/mfd/da9062.txt 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
+1 -1
MAINTAINERS
··· 6154 6154 F: Documentation/devicetree/bindings/regulator/dlg,da9*.yaml 6155 6155 F: Documentation/devicetree/bindings/regulator/dlg,slg51000.yaml 6156 6156 F: Documentation/devicetree/bindings/sound/da[79]*.txt 6157 - F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt 6157 + F: Documentation/devicetree/bindings/thermal/dlg,da9062-thermal.yaml 6158 6158 F: Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml 6159 6159 F: Documentation/hwmon/da90??.rst 6160 6160 F: drivers/gpio/gpio-da90??.c