linux/Documentation/devicetree/bindings/memory-controllers
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
..
ddr dt-bindings: memory: SDRAM channel: standardise node name 2025-12-18 17:10:05 +01:00
fsl soc: driver updates for 6.12 2024-11-20 15:40:54 -08:00
ti
arm,pl35x-smc.yaml dt-bindings: xilinx: Remove Naga from memory and mtd bindings 2023-05-04 15:13:12 -05:00
arm,pl172.yaml dt-bindings: memory-controllers: convert arm,pl172.txt to yaml format 2025-06-10 10:15:54 +02:00
atmel,ebi.txt
brcm,brcmstb-memc-ddr.yaml dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips 2025-08-13 09:51:02 +02:00
brcm,dpfe-cpu.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
calxeda-ddr-ctrlr.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
canaan,k210-sram.yaml dt-bindings: memory-controllers: add canaan k210 sram controller 2022-07-14 14:57:40 -07:00
exynos-srom.yaml dt-bindings: memory-controllers: samsung,exynos4210-srom: Enforce child props 2025-03-07 15:18:25 -06:00
ingenic,nemc-peripherals.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
ingenic,nemc.yaml dt-bindings: memory-controllers: Make "additionalProperties: true" explicit 2023-09-28 07:53:46 +02:00
intel,ixp4xx-expansion-bus-controller.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
intel,ixp4xx-expansion-peripheral-props.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
marvell,mvebu-sdram-controller.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
mc-peripheral-props.yaml dt-bindings: memory-controllers: samsung,exynos4210-srom: Split out child node properties 2025-02-10 18:13:28 -06:00
mediatek,mt7621-memc.yaml dt-bindings: memory: mt7621: add syscon as compatible string 2022-09-23 10:24:58 +01:00
mediatek,smi-common.yaml dt-bindings: memory: mtk-smi: Add support for MT6893 2025-04-15 07:44:33 +02:00
mediatek,smi-larb.yaml dt-bindings: memory: mtk-smi: Add support for MT6893 2025-04-15 07:44:33 +02:00
mvebu-devbus.txt
nuvoton,npcm-memory-controller.yaml dt-bindings: memory-controllers: nuvoton: Add NPCM memory controller 2023-06-12 15:13:31 +02:00
nvidia,tegra20-emc.yaml dt-bindings: memory-controllers: narrow regex for unit address to hex numbers 2024-01-25 12:04:09 +01:00
nvidia,tegra20-mc.yaml dt-bindings: drop tab characters from DTS examples 2026-05-05 10:54:45 -05:00
nvidia,tegra30-emc.yaml dt-bindings: memory: tegra30: emc: Replace core regulator with power domain 2021-04-01 19:58:22 +02:00
nvidia,tegra30-mc.yaml
nvidia,tegra124-emc.yaml dt-bindings: memory: Document Tegra114 External Memory Controller 2026-05-04 20:45:47 +02:00
nvidia,tegra124-mc.yaml dt-bindings: memory: Document Tegra114 Memory Controller 2026-05-04 20:45:46 +02:00
nvidia,tegra186-mc.yaml dt-bindings: memory: tegra: Add nvidia,tegra238-mc compatible 2026-05-04 19:26:49 +02:00
nvidia,tegra210-emc.yaml dt-bindings: memory: tegra210: Mark EMC as cooling device 2026-03-27 16:25:44 +01:00
nvidia,tegra210-mc.yaml dt-bindings: memory: Add Tegra210 memory controller bindings 2026-03-27 16:25:44 +01:00
qca,ath79-ddr-controller.yaml dt-bindings: memory-controller: qca,ath79-ddr-controller: Drop consumer from example 2025-01-07 08:35:34 -06:00
qcom,ebi2-peripheral-props.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
qcom,ebi2.yaml dt-bindings: memory-controllers: qcom,ebi2: Enforce child props 2025-03-07 15:18:44 -06:00
renesas,dbsc.yaml dt-bindings: memory-controller: Drop unneeded quotes 2023-03-31 21:53:15 +02:00
renesas,rpc-if.yaml dt-bindings: memory-controllers: renesas,rpc-if: add top-level constraints 2024-08-21 13:22:06 +02:00
renesas,rzg3e-xspi.yaml dt-bindings: memory: renesas,rzg3e-xspi: Add RZ/T2H and RZ/N2H support 2026-05-24 21:05:15 +02:00
rockchip,rk3399-dmc.yaml dt-bindings: devfreq: event: convert Rockchip DFI binding to yaml 2023-10-19 21:24:26 +09:00
samsung,exynos4210-srom-peripheral-props.yaml dt-bindings: memory-controllers: samsung,exynos4210-srom: Split out child node properties 2025-02-10 18:13:28 -06:00
samsung,exynos5422-dmc.yaml dt-bindings: drop tab characters from DTS examples 2026-05-05 10:54:45 -05:00
samsung,s5pv210-dmc.yaml dt-bindings: memory-controllers: add Samsung S5Pv210 SoC DMC 2024-03-25 19:02:02 +01:00
snps,dw-umctl2-ddrc.yaml dt-bindings: xilinx: Remove Rajan, Jolly and Manish 2023-06-05 13:17:36 +02:00
st,stm32-fmc2-ebi-props.yaml dt-bindings: memory-controller: st,stm32: Split off MC properties 2022-10-18 13:05:18 -04:00
st,stm32-fmc2-ebi.yaml dt-bindings: treewide: add access-controllers description 2024-04-05 14:39:10 +02:00
st,stm32mp25-omm.yaml dt-bindings: memory-controllers: Add STM32 Octo Memory Manager controller 2025-05-07 11:27:00 +02:00
starfive,jh7110-dmc.yaml dt-bindings: memory-controllers: add StarFive JH7110 SoC DMC 2025-09-04 18:57:30 +01:00
ti-aemif.txt
ti,da8xx-ddrctl.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
ti,gpmc-child.yaml dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title 2022-12-16 11:41:49 -06:00
ti,gpmc.yaml dt-bindings: memory-controllers: Make "additionalProperties: true" explicit 2023-09-28 07:53:46 +02:00
xlnx,versal-ddrmc-edac.yaml dt-bindings: memory-controllers: Add support for Xilinx Versal EDAC for DDRMC 2023-10-05 16:04:17 +02:00
xlnx,versal-net-ddrmc5.yaml dt-bindings: memory-controllers: Add support for Versal NET EDAC 2025-09-15 16:21:12 +02:00
xlnx,zynq-ddrc-a05.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
xlnx,zynqmp-ocmc-1.0.yaml dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM 2023-01-09 11:13:50 +01:00