linux/Documentation/devicetree/bindings/soc
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
..
altera dt-bindings: altera: document syscon as fallback for sys-mgr 2026-01-30 09:27:12 -06:00
amlogic dt-bindings: Correct indentation and style in DTS example 2025-07-28 19:56:29 -05:00
aspeed dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
bcm dt-bindings: soc: bcm: Add bcm2712 compatible 2025-11-05 13:37:57 +01:00
cirrus dt-bindings: soc: Add Cirrus EP93xx 2024-09-12 14:33:10 +00:00
cix dt-bindings: soc: cix: document the syscon on Sky1 SoC 2026-03-09 12:06:39 +01:00
dove
fsl dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
google dt-bindings: soc: google: Add gs101-pmu-intr-gen binding documentation 2025-05-13 09:58:28 +02:00
hisilicon dt-bindings: soc: hisilicon: document hi3660-usb3-otg-bc 2024-06-23 14:26:32 +02:00
imx dt-bindings: soc: imx93-media-blk-ctrl: Add PDFC subnode to schema and example 2026-02-24 15:50:44 -05:00
intel dt-bindings: soc: intel: lgm-syscon: Move to dedicated schema 2024-06-27 09:14:42 +01:00
litex dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
loongson dt-bindings: soc: loongson,ls2k-pmc: Allow syscon-reboot/syscon-poweroff as child 2023-09-27 11:05:19 +02:00
mediatek dt-bindings: soc: mediatek: dvfsrc: Document clock 2026-01-08 10:27:48 +01:00
microchip dt-bindings: soc: microchip: document irqmux on pic64gx 2026-05-21 11:00:05 +01:00
mobileye dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB 2026-04-13 15:31:40 +02:00
nuvoton dt-bindings: soc: nuvoton: Add NPCM GFXI 2023-09-27 09:40:01 +02:00
qcom dt-bindings: soc: qcom,aoss-qmp: Document the Hawi AOSS side channel 2026-05-13 11:46:30 -05:00
renesas soc: drivers for 7.2 2026-06-17 11:21:40 -07:00
rockchip dt-bindings: soc: rockchip: grf: Add RV1103B compatibles 2026-03-24 17:40:02 +01:00
samsung Not much changed in the clk framework this time except the clk.h consumer API 2026-02-15 08:18:57 -08:00
socionext dt-bindings: soc: socionext,uniphier-soc-glue: Make child node names fixed names 2023-01-23 17:13:28 -06:00
sophgo dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles 2026-06-02 16:23:57 +08:00
spacemit Not much changed in the clk framework this time except the clk.h consumer API 2026-02-15 08:18:57 -08:00
sprd dt-bindings: soc: sprd: sc9863a-glbregs: Document SC9863A syscon 2024-06-27 09:14:08 +01:00
starfive dt-bindings: soc: starfive: Add StarFive syscon module 2023-07-19 18:08:00 +01:00
sti dt-bindings: soc: sti: st,sti-syscon: document codec node 2024-06-26 13:28:05 +02:00
tegra dt-bindings: Fix inconsistent quoting 2025-11-17 11:24:50 -06:00
ti dt-bindings: soc: ti,omap-dmm: Convert to DT schema 2026-06-05 16:11:30 -05:00
xilinx dt-bindings: soc: xilinx: Add support for K24, KR260 and KD240 CCs 2025-08-29 07:41:00 +02:00