linux/Documentation/devicetree/bindings/thermal
Linus Torvalds 6044a1ee9d Devicetree updates for v6.19:
DT bindings:
 - Convert lattice,ice40-fpga-mgr, apm,xgene-storm-dma, brcm,sr-thermal,
   amazon,al-thermal, brcm,ocotp, mt8173-mdp, Actions Owl SPS, Marvell
   AP80x System Controller, Marvell CP110 System Controller,
   cznic,moxtet, and apm,xgene-slimpro-mbox to DT schema format
 
 - Add i.MX95 fsl,irqsteer, MT8365 Mali Bifrost GPU, Anvo ANV32C81W
   EEPROM, and Microchip pic64gx PLIC
 
 - Add missing LGE, AMD Seattle, and APM X-Gene SoC platform compatibles
 
 - Updates to brcm,bcm2836-l1-intc, brcm,bcm2835-hvs, and bcm2711-hdmi
   bindings to fix warnings on BCM2712 platforms
 
 - Drop obsolete db8500-thermal.txt
 
 - Treewide clean-up of extra blank lines and inconsistent quoting
 
 - Ensure all .dtbo targets are applied to a base .dtb
 
 - Speed up dt_binding_check by skipping running validation on empty
   examples
 
 DT core:
 - Add of_machine_device_match() and of_machine_get_match_data() helpers
   and convert users treewide
 
 - Fix bounds checking of address properties in FDT code. Rework the code
   to have a single implementation of the bounds checks.
 
 - Rework of_irq_init() to ignore any implicit interrupt-parent (i.e. in
   a parent node) on nodes without an interrupt. This matches the spec
   description and fixes some RISC-V platforms.
 
 - Avoid a spurious message on overlay removal
 
 - Skip DT kunit tests on RISCV+ACPI
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmkwYp0ACgkQ+vtdtY28
 YcMS1g/+Mr3pzojHKUEClu3hglNEw1Bvl/rD07s5q+f4d2eayXtRJVBDgKIwYciT
 rROXLV9m0Ko2RGiRLHAeB/h4Jjd8NXzLM0GA0YvoHSgtk77xLCuzK5ZEW3o6EoYW
 DWVHyoMHDNRRC0Iu+CaS6XId1DrtbV6Wc/oLYvoSJvpdsW9EYOksfrtKQAYU9X5p
 /x5XKO4h8RIQTBmg/kjvJLUV6+7cJvOnkF/JkDyh+xOHrIJzQp/bJwcKiU3hGlhX
 nGFtjmItNDsFGvR1CtDzUobEE/wgI3xCQHUmufInSNPB7VGw3hbp0nvaQ6htPQQQ
 NOA1Q7lXJtqChUZx7OAHk64TQHhVlmJJoy0zCueTgRyjXU0nWb/id2Hn16k96FRh
 3YCGArTBFlRriHuCj0fsZ618cLEN2nZCzqSf34HVjs30iP7oLauEJ+WgmfH491TB
 eq60Vlwomxq60/hWqCdY1NTCo/zbfYUE+exry69NcL5KSZBN2WGwLPZUgVvYhNO3
 dhSgAg+06ib7uq0LLUiokQXaByEEFJt2TxIjp9IDAqkPnvQmDverKL5DZUBHIYxw
 E/89Pmm77DagdcIhMocbsdoH5Qu4qH8pdhfR3PL+Ma9drRLxmk3MpiT52VJZem0S
 iXHb6fyfQzQ/WJcA4sKapa8EMZRm/9U/pVDx1msDmHfB8pbDEi0=
 =ZM/+
 -----END PGP SIGNATURE-----

Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull devicetree updates from Rob Herring:
 "DT bindings:

   - Convert lattice,ice40-fpga-mgr, apm,xgene-storm-dma,
     brcm,sr-thermal, amazon,al-thermal, brcm,ocotp, mt8173-mdp, Actions
     Owl SPS, Marvell AP80x System Controller, Marvell CP110 System
     Controller, cznic,moxtet, and apm,xgene-slimpro-mbox to DT schema
     format

   - Add i.MX95 fsl,irqsteer, MT8365 Mali Bifrost GPU, Anvo ANV32C81W
     EEPROM, and Microchip pic64gx PLIC

   - Add missing LGE, AMD Seattle, and APM X-Gene SoC platform
     compatibles

   - Updates to brcm,bcm2836-l1-intc, brcm,bcm2835-hvs, and bcm2711-hdmi
     bindings to fix warnings on BCM2712 platforms

   - Drop obsolete db8500-thermal.txt

   - Treewide clean-up of extra blank lines and inconsistent quoting

   - Ensure all .dtbo targets are applied to a base .dtb

   - Speed up dt_binding_check by skipping running validation on empty
     examples

  DT core:

   - Add of_machine_device_match() and of_machine_get_match_data()
     helpers and convert users treewide

   - Fix bounds checking of address properties in FDT code. Rework the
     code to have a single implementation of the bounds checks.

   - Rework of_irq_init() to ignore any implicit interrupt-parent (i.e.
     in a parent node) on nodes without an interrupt. This matches the
     spec description and fixes some RISC-V platforms.

   - Avoid a spurious message on overlay removal

   - Skip DT kunit tests on RISCV+ACPI"

* tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (55 commits)
  dt-bindings: kbuild: Skip validating empty examples
  dt-bindings: interrupt-controller: brcm,bcm2836-l1-intc: Drop interrupt-controller requirement
  dt-bindings: display: Fix brcm,bcm2835-hvs bindings for BCM2712
  dt-bindings: display: bcm2711-hdmi: Add interrupt details for BCM2712
  of: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root node
  soc: tegra: Simplify with of_machine_device_match()
  soc: qcom: ubwc: Simplify with of_machine_get_match_data()
  powercap: dtpm: Simplify with of_machine_get_match_data()
  platform: surface: Simplify with of_machine_get_match_data()
  irqchip/atmel-aic: Simplify with of_machine_get_match_data()
  firmware: qcom: scm: Simplify with of_machine_device_match()
  cpuidle: big_little: Simplify with of_machine_device_match()
  cpufreq: sun50i: Simplify with of_machine_device_match()
  cpufreq: mediatek: Simplify with of_machine_get_match_data()
  cpufreq: dt-platdev: Simplify with of_machine_get_match_data()
  of: Add wrappers to match root node with OF device ID tables
  dt-bindings: eeprom: at25: Add Anvo ANV32C81W
  of/reserved_mem: Simplify the logic of __reserved_mem_alloc_size()
  of/reserved_mem: Simplify the logic of fdt_scan_reserved_mem_reg_nodes()
  of/reserved_mem: Simplify the logic of __reserved_mem_reserve_reg()
  ...
2025-12-04 15:50:37 -08:00
..
airoha,en7581-thermal.yaml dt-bindings: thermal: Add support for Airoha EN7581 thermal sensor 2025-05-16 12:50:01 +02:00
allwinner,sun8i-a83t-ths.yaml dt-bindings: thermal: Correct indentation and style in DTS example 2025-03-25 20:52:04 +01:00
amazon,al-thermal.yaml dt-bindings: thermal: Convert amazon,al-thermal to DT schema 2025-11-17 11:24:51 -06:00
amlogic,thermal.yaml dt-bindings: thermal: amlogic,thermal: add optional power-domains 2024-09-02 12:43:20 +02:00
brcm,avs-ro-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
brcm,avs-tmon.yaml dt-bindings: thermal: Update for BCM74110 2025-03-25 20:52:04 +01:00
brcm,bcm2835-thermal.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
brcm,ns-thermal.yaml dt-bindings: thermal: brcm,ns-thermal: Convert to the json-schema 2021-04-21 20:42:48 +02:00
brcm,sr-thermal.yaml dt-bindings: thermal: Convert brcm,sr-thermal to DT schema 2025-11-17 11:24:51 -06:00
dlg,da9062-thermal.yaml dt-bindings: mfd: dlg,da9063: Convert da9062 to json-schema 2024-02-08 13:06:03 +00:00
dove-thermal.txt
fsl,imx91-tmu.yaml dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module 2025-11-26 15:51:16 +01:00
fsl,scu-thermal.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
generic-adc-thermal.yaml dt-bindings: thermal: generic-adc: reference thermal-sensor schema 2024-07-15 13:31:39 +02:00
hisilicon,tsensor.yaml dt-bindings: thermal: convert hisilicon-thermal.txt to dt-schema 2024-07-15 13:31:39 +02:00
imx-thermal.yaml dt-bindings: thermal: Correct indentation and style in DTS example 2025-03-25 20:52:04 +01:00
imx8mm-thermal.yaml dt-bindings: thermal: Correct indentation and style in DTS example 2025-03-25 20:52:04 +01:00
kirkwood-thermal.txt
loongson,ls2k-thermal.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
marvell,armada-ap806-thermal.yaml dt-binding: thermal: Convert marvell,armada-ap806-thermal to DT schema 2025-09-19 12:29:29 -05:00
marvell,armada370-thermal.yaml dt-bindings: thermal: Convert marvell,armada370-thermal to DT schema 2025-09-19 12:29:29 -05:00
max77620_thermal.txt
mediatek,lvts-thermal.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
mediatek,thermal.yaml dt-bindings: thermal: mediatek: Add fallback compatible string for MT7981 and MT8516 2025-07-21 22:13:46 +02:00
nvidia,tegra30-tsensor.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
nvidia,tegra124-soctherm.yaml dt-bindings: thermal: Document Tegra114 SOCTHERM Thermal Management System 2025-09-25 22:10:59 +02:00
nvidia,tegra186-bpmp-thermal.yaml dt-bindings: thermal: nvidia,tegra186-bpmp: reference thermal-sensor schema 2024-07-15 13:31:39 +02:00
qcom,spmi-temp-alarm.yaml dt-bindings: thermal: simplify few bindings 2024-07-15 13:31:40 +02:00
qcom-lmh.yaml dt-bindings: thermal: lmh: Add QCM2290 compatible 2024-04-23 12:40:29 +02:00
qcom-spmi-adc-tm-hc.yaml dt-bindings: thermal: qcom-spmi-adc-tm-hc: reference thermal-sensor schema 2024-07-15 13:31:39 +02:00
qcom-spmi-adc-tm5.yaml dt-bindings: thermal: qcom-spmi-adc-tm5: reference thermal-sensor schema 2024-07-15 13:31:39 +02:00
qcom-tsens.yaml dt-bindings: thermal: qcom-tsens: Remove invalid tab character 2025-12-03 08:30:31 -08:00
qoriq-thermal.yaml Devicetree updates for v6.11: 2024-07-17 18:07:31 -07:00
rcar-gen3-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
rcar-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
renesas,r9a08g045-tsu.yaml dt-bindings: thermal: r9a08g045-tsu: Document the TSU unit 2025-09-25 22:11:00 +02:00
renesas,r9a09g047-tsu.yaml dt-bindings: thermal: r9a09g047-tsu: Document RZ/V2H TSU 2025-11-10 12:56:17 +01:00
rockchip-thermal.yaml dt-bindings: thermal: rockchip: Tighten grf requirements 2025-09-25 22:11:00 +02:00
rzg2l-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
samsung,exynos-thermal.yaml dt-bindings: thermal: samsung,exynos: specify cells 2024-07-15 13:31:39 +02:00
socionext,uniphier-thermal.yaml dt-bindings: thermal: socionext,uniphier: reference thermal-sensor schema 2024-07-15 13:31:40 +02:00
spear-thermal.txt
sprd-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
st,stih407-thermal.yaml dt-bindings: thermal: convert st,stih407-thermal to DT schema 2024-04-23 12:40:29 +02:00
st,stm32-thermal.yaml dt-bindings: thermal: st,stm32: reference thermal-sensor schema 2024-07-15 13:31:40 +02:00
thermal-cooling-devices.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
thermal-idle.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
thermal-sensor.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
thermal-zones.yaml dt-bindings: thermal: give OS some leeway in absence of critical-action 2025-03-16 23:24:14 -07:00
ti,am654-thermal.yaml dt-bindings: thermal: cleanup examples indentation 2024-07-15 13:31:40 +02:00
ti,j72xx-thermal.yaml dt-bindings: thermal: ti,j72xx: reference thermal-sensor schema 2024-07-15 13:31:40 +02:00
ti_soc_thermal.txt