linux/Documentation/devicetree/bindings/hwmon
Linus Torvalds 09fb6892f3 Devicetree updates for v7.2:
DT core:
 - Add support for handling multiple cells in "iommu-map" entries.
 
 - Support only 1 entry in /reserved-memory "reg" entries. Support for
   more than 1 entry has been broken.
 
 - Fix a UAF on alloc_reserved_mem_array() failure
 
 - Make "ibm,phandle" handling logic specific to PPC
 
 - Use memcpy() instead of strcpy() for known length strings
 
 - Ensure __of_find_n_match_cpu_property() handles malformed "reg"
   entries
 
 - Add various checks that expected strings are strings before accessing
   them
 
 - Drop redundant memset() when unflattening DT
 
 DT bindings:
 - Add a DTS style checker. Currently hooked up to dt_binding_check to
   check examples.
 
 - Convert st,nomadik platform, ti,omap-dmm, and ti,irq-crossbar
   bindings to DT schema
 
 - Add Apple System Management Controller hwmon, Qualcomm Hamoa Embedded
   Controller, Qualcomm IPQ6018 PWM controller, fsl,mc1323, Samsung
   SOFEF01-M DDIC panel, Freescale i.MX53 Television Encoder, Samsung S2M
   series PMIC extcon, and MT6365 PMIC AuxADC schemas
 
 - Extend bindings for QCom Maili and Nord PDC, QCom Hali fastrpc,
   qcom,eliza-imem, qcom,oryon-1-5 CPU, and MT6365 Keys
 
 - Consolidate "sram" property definitions
 
 - Fix constraints on "nvmem" properties which only contain phandles and
   no arg cells
 
 - Another pass of fixing "phandle-array" constraints
 
 - Add Gira vendor prefix
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmoxvkAACgkQ+vtdtY28
 YcMvzhAArPeBiRXPbA10csf2S9wtNuW5SX3rtPS4v87YMNstWpEW20ZGqwpFmns5
 jzAvCjqlhMxpxH43eBM3GqaieU41GxCNGsveIyOnJeIK274hLk4p3kyJ2q6xOQYr
 t2eC1NOiKFnIOM0ASXmIi5orzVnxHPLvcD9bdvcOWI/LMMK3loiY/CK5Cnps/ZaM
 EbCWjxTD3JM+C9P2voaa2vEnpCW0w7Xc3ZXj8S1yxSyuILPcdKJikzP3l/LuEIrL
 iy36q/9+JULMS8ooCN6VO0mZPYmB3DAraepHyJxO/hIJLVkO7O1SMIIcmukaRAbC
 wf6RtdP498WagPxOOmocmh0k1pkAX4KFfqt9N13vKeUmLElWoaSbpp4v/YODlAr3
 w6rSS3Z9Goh6m4ZwnyakENLJjqJdOcJcU9pJHA3EJmTSemChcpQ5GKMf5Sm2fI7O
 nEtsuts+WfD+V2FR9qpHYEO6hNllsneJEk4RpSsHbfZorrQTLkDrJesahWsqKl76
 wMM8ZWrZIs7vPouOim8LzFANL7myRH1wiJHHZIBCKC77sVNE78d0Bs5+Z118zEq1
 eMGybSkbPfLiIYmDWnfnmrRL2+38R45mCzMGdCjhjBMtf0cF88e/TDgXwXiVhpIE
 CcHr0COf0mOM+HZHUt23QPEhJZV93pxiXn4913LZfqh+FIAINyk=
 =0d13
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add support for handling multiple cells in "iommu-map" entries

   - Support only 1 entry in /reserved-memory "reg" entries. Support for
     more than 1 entry has been broken

   - Fix a UAF on alloc_reserved_mem_array() failure

   - Make "ibm,phandle" handling logic specific to PPC

   - Use memcpy() instead of strcpy() for known length strings

   - Ensure __of_find_n_match_cpu_property() handles malformed "reg"
     entries

   - Add various checks that expected strings are strings before
     accessing them

   - Drop redundant memset() when unflattening DT

  DT bindings:

   - Add a DTS style checker. Currently hooked up to dt_binding_check to
     check examples

   - Convert st,nomadik platform, ti,omap-dmm, and ti,irq-crossbar
     bindings to DT schema

   - Add Apple System Management Controller hwmon, Qualcomm Hamoa
     Embedded Controller, Qualcomm IPQ6018 PWM controller, fsl,mc1323,
     Samsung SOFEF01-M DDIC panel, Freescale i.MX53 Television Encoder,
     Samsung S2M series PMIC extcon, and MT6365 PMIC AuxADC schemas

   - Extend bindings for QCom Maili and Nord PDC, QCom Hali fastrpc,
     qcom,eliza-imem, qcom,oryon-1-5 CPU, and MT6365 Keys

   - Consolidate "sram" property definitions

   - Fix constraints on "nvmem" properties which only contain phandles
     and no arg cells

   - Another pass of fixing "phandle-array" constraints

   - Add Gira vendor prefix"

* tag 'devicetree-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (50 commits)
  dt-bindings: interrupt-controller: qcom,pdc: Add Maili compatible string
  dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema
  dt-bindings: vendor-prefixes: add Gira
  dt-bindings: embedded-controller: Add Qualcomm reference device EC description
  dt-bindings: pwm: add IPQ6018 binding
  dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
  docs: dt: writing-schema: Clarify what is required in a schema
  of: Respect #{iommu,msi}-cells in maps
  of: Factor arguments passed to of_map_id() into a struct
  of: Add convenience wrappers for of_map_id()
  of: reserved_mem: zero total_reserved_mem_cnt if no valid /reserved-memory entry
  of: reserved_mem: handle NULL name in of_reserved_mem_lookup()
  dt-bindings: cache: l2c2x0: Add missing power-domains
  dt-bindings: interrupt-controller: renesas,r9a09g077-icu: Fix reg size in example
  dt-bindings: nvmem: consumer: Make 'nvmem' an array of one-item entries
  drivers/of/overlay: Use memcpy() to copy known length strings
  dt-bindings: add self-test fixtures for style checker
  dt-bindings: wire style checker into dt_binding_check
  scripts/jobserver-exec: propagate child exit status
  dt-bindings: add DTS style checker
  ...
2026-06-17 11:54:57 -07:00
..
pmbus dt-bindings: hwmon/pmbus: Add Infineon xdp730 2026-06-09 08:23:18 -07:00
adi,ad741x.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
adi,adm1177.yaml dt-bindings: hwmon: reference common hwmon schema 2024-02-25 12:37:47 -08:00
adi,adm1266.yaml dt-bindings: hwmon: Replace bouncing Alexandru Tachici emails 2025-07-27 16:01:56 -07:00
adi,adm1275.yaml dt-bindings: hwmon: adm1275: add sq24905c support 2025-09-07 16:33:47 -07:00
adi,axi-fan-control.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
adi,ltc2945.yaml dt-bindings: hwmon: reference common hwmon schema 2024-02-25 12:37:47 -08:00
adi,ltc2947.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
adi,ltc2991.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
adi,ltc2992.yaml dt-bindings: hwmon: Replace bouncing Alexandru Tachici emails 2025-07-27 16:01:56 -07:00
adi,ltc4282.yaml dt-bindings: hwmon: Add LTC4282 bindings 2024-02-11 13:43:09 -08:00
adi,ltc4283.yaml dt-bindings: hwmon: Document the LTC4283 Swap Controller 2026-06-09 08:24:22 -07:00
adi,max31760.yaml dt-bindings: hwmon: Add bindings for max31760 2022-09-20 07:12:01 -07:00
adi,max31827.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
adt7475.yaml dt-bindings: hwmon: adt7475: Allow and recommend #pwm-cells = <3> 2025-07-20 16:38:35 -07:00
amd,sbrmi.yaml dt-bindings: hwmon: correct indentation and style in examples 2023-02-03 07:30:10 -08:00
amd,sbtsi.yaml dt-bindings: hwmon: correct indentation and style in examples 2023-02-03 07:30:10 -08:00
amphenol,chipcap2.yaml dt-bindings: hwmon: Add Amphenol ChipCap 2 2024-02-25 12:37:37 -08:00
apm,xgene-slimpro-hwmon.yaml dt-bindings: hwmon: Convert apm,xgene-slimpro-hwmon to DT schema 2025-10-15 11:02:43 -07:00
apple,smc-hwmon.yaml dt-bindings: hwmon: Add Apple System Management Controller hwmon schema 2026-06-12 17:08:01 -05:00
aspeed,ast2400-pwm-tacho.yaml dt-bindings: hwmon: Convert aspeed,ast2400-pwm-tacho to DT schema 2026-01-31 07:38:32 -08:00
aspeed,g6-pwm-tach.yaml dt-bindings: hwmon: Add AST2700 compatible 2025-11-21 11:20:29 -08:00
cirrus,lochnagar.yaml hwmon: lochnagar: Move binding over to dtschema 2020-05-27 19:30:25 -06:00
fan-common.yaml dt-bindings: hwmon: fan: Add fan binding to schema 2024-03-07 10:44:34 -08:00
gmt,g762.yaml dt-bindings: hwmon: g76x: Add support for g761 2024-06-04 09:58:07 -07:00
gpio-fan.yaml dt-bindings: hwmon: gpio-fan: Add optional regulator support 2025-03-02 08:51:36 -08:00
hpe,gxp-fan-ctrl.yaml dt-bindings: hwmon: Add hpe,gxp-fan-ctrl 2023-02-03 07:30:09 -08:00
hwmon-common.yaml dt-bindings: hwmon: add common properties 2024-02-25 12:37:46 -08:00
ibm,occ-hwmon.yaml dt-bindings: hwmon: Add IBM OCC bindings 2022-09-28 21:10:57 +09:30
ibm,opal-sensor.yaml dt-bindings: hwmon: ibmpowernv: convert to dtschema 2024-04-28 10:07:35 -07:00
iei,wt61p803-puzzle-hwmon.yaml dt-bindings: Add IEI vendor prefix and IEI WT61P803 PUZZLE driver bindings 2026-02-03 20:58:11 -06:00
iio-hwmon.yaml dt-bindings: hwmon: Increase max number of io-channels 2023-12-11 06:21:01 -08:00
jedec,jc42.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
kontron,sl28cpld-hwmon.yaml dt-bindings: hwmon: sl28cpld: Drop sa67mcu compatible 2026-03-02 07:04:32 -08:00
lantiq,cputemp.yaml dt-bindings: hwmon: convert lantiq-cputemp to yaml 2025-09-07 16:33:47 -07:00
lltc,ltc2978.yaml dt-bindings: hwmon: lltc,ltc2978: Add lltc,ltc713 compatible 2025-07-20 16:38:34 -07:00
lltc,ltc4151.yaml dt-bindings: hwmon: reference common hwmon schema 2024-02-25 12:37:47 -08:00
lltc,ltc4286.yaml dt-bindings: hwmon: lltc,ltc4286: use common hwmon schema 2024-02-25 12:37:47 -08:00
lm75.yaml dt-bindings: hwmon: lm75: Add ti,alert-polarity-active-high property 2026-06-09 08:22:59 -07:00
ltc2990.txt
max6697.txt
maxim,max6639.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
maxim,max6650.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
maxim,max20730.yaml dt-bindings: hwmon: maxim,max20730: Add maxim,max20710 compatible 2025-07-20 16:38:34 -07:00
maxim,max31790.yaml dt-bindings: hwmon: max31790: Use addressed fan nodes 2025-10-15 11:02:42 -07:00
microchip,emc1812.yaml dt-bindings: hwmon: temperature: add support for EMC1812 2026-06-10 12:46:26 -07:00
microchip,emc2305.yaml dt-bindings: hwmon: emc2305: Add fan-shutdown-percent property 2026-06-09 08:22:57 -07:00
microchip,lan966x.yaml dt-bindings: hwmon: add Microchip LAN966x bindings 2022-05-22 11:32:30 -07:00
microchip,mcp3021.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
microchip,mcp9982.yaml dt-bindings: hwmon: add support for MCP998X 2026-04-10 09:21:35 -07:00
microchip,sparx5-temp.yaml dt-bindings: hwmon: sparx5: add microchip,lan9691-temp 2026-01-31 07:38:31 -08:00
moortec,mr75203.yaml dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520 2026-03-30 19:45:06 -07:00
national,lm90.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
ntc-thermistor.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
nuvoton,nct6775.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
nuvoton,nct7363.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
nuvoton,nct7802.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
nuvoton,npcm750-pwm-fan.yaml dt-bindings: hwmon: convert npcm750-pwm-fan to DT schema 2026-03-30 19:45:05 -07:00
nxp,mc34vr500.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
pwm-fan.yaml dt-bindings: thermal: cooling-devices: Update support for 3 cells cooling device 2026-06-03 09:12:59 +02:00
renesas,isl28022.yaml dt-bindings: hwmon: add renesas,isl28022 2024-11-10 14:48:07 -08:00
sensirion,sht15.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
sensirion,shtc1.yaml dt-bindings: Fix emails with spaces or missing brackets 2026-02-03 20:58:12 -06:00
sophgo,sg2042-hwmon-mcu.yaml dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor support 2025-04-29 20:56:59 -07:00
st,stts751.yaml dt-bindings: hwmon: stts751: convert to dtschema 2024-04-28 10:07:35 -07:00
st,tsc1641.yaml dt-bindings: hwmon: ST TSC1641 power monitor 2025-11-12 12:08:36 -08:00
starfive,jh71x0-temp.yaml dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
syna,as370.yaml dt-bindings: hwmon: as370: convert to dtschema 2024-04-28 10:07:35 -07:00
ti,adc128d818.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
ti,ads7828.yaml dt-bindings: hwmon: Drop stray blank line in the header 2025-03-21 08:01:27 -07:00
ti,amc6821.yaml dt-bindings: hwmon: amc6821: Add cooling levels 2025-07-20 16:38:34 -07:00
ti,ina2xx.yaml dt-bindings: hwmon: ti,ina2xx: Add INA234 device 2026-03-30 19:45:04 -07:00
ti,ina3221.yaml dt-bindings: hwmon: ina3221: Add ti,summation-disable 2023-10-28 09:21:48 -07:00
ti,lm87.yaml dt-bindings: hwmon: ti,lm87: Add adi,adm1024 compatible 2025-07-20 16:38:34 -07:00
ti,tmp102.yaml dt-bindings: hwmon: tmp102: Add label property 2025-09-07 16:33:48 -07:00
ti,tmp108.yaml dt-bindings: hwmon: ti,tmp108: Add P3T1035,P3T2030 2026-01-31 07:38:33 -08:00
ti,tmp401.yaml dt-bindings: hwmon: ti,tmp401: Drop 'items' from 'ti,n-factor' property 2022-06-07 05:45:29 -07:00
ti,tmp421.yaml dt-bindings: hwmon: ti,tmp421: Fix type for 'ti,n-factor' 2022-04-13 07:12:24 -07:00
ti,tmp464.yaml MAINTAINERS: hwmon: drop Agathe Porte 2023-04-19 07:08:33 -07:00
ti,tmp513.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
ti,tps23861.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
vexpress.txt dt-bindings: arm: update vexpress-config.yaml references 2022-06-06 12:17:00 -05:00
winbond,w83781d.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
zyxel,nsa320-mcu.yaml dt-bindings: hwmon: zyxel,nsa320-mcu: convert to DT schema 2026-06-09 08:22:59 -07:00