linux/Documentation/devicetree/bindings/crypto
Linus Torvalds 098b6e44cb Devicetree updates for v7.0:
DT core:
 - Sync dtc/libfdt with upstream v1.7.2-62-ga26ef6400bd8
 
 - Add a for_each_compatible_node_scoped() loop and convert users in
   cpufreq, dmaengine, clk, cdx, powerpc and Arm
 
 - Simplify of/platform.c with scoped loop helpers
 
 - Add fw_devlink tracking for "mmc-pwrseq"
 
 - Optimize fw_devlink callback code size for pinctrl-N properties
 
 - Replace strcmp_suffix() with strends()
 
 DT bindings:
 - Support building single binding targets
 
 - Convert google,goldfish-fb, cznic,turris-mox-rwtm, ti,prm-inst
 
 - Add bindings for Freescale AVIC, Realtek RTD1xxx system controllers,
   Microchip 25AA010A EEPROM, OnSemi FIN3385, IEI WT61P803 PUZZLE, Delta
   Electronics DPS-800-AB power supply, Infineon IR35221 Digital
   Multi-phase Controller, Infineon PXE1610 Digital Dual Output 6+1
   VR12.5 & VR13 CPU Controller, socionext,uniphier-smpctrl, and
   xlnx,zynqmp-firmware
 
 - Lots of trivial binding fixes to address warnings in DTS files. These
   are mostly for arm64 platforms which is getting closer to be warning
   free. Some public shaming has helped.
 
 - Fix I2C bus node names in examples
 
 - Drop obsolete brcm,vulcan-soc binding
 
 - Drop unreferenced binding headers
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmmNLZEACgkQ+vtdtY28
 YcPa+A/+Lpf1FLau//mfndvkzRUvuU5aF3eJdL1FPxfC64Js2cb9ZGSoEK+YDjaV
 XzNIi2Z1j+i4+uf5MTvyGaqaVx3PcQBcQtb7pu+W1pt2KiOzfVqn66EmRsY3b4cc
 twyOwx2sZMTOZambUfZreWwEl6uJiMowIbcLCsnVWihoiGVTnMpnV/jLcO9jISaP
 fe42FX9qN4NL2QqWwcREYuWMuOH7MkHDRNpEhTouWosdmFCp3PkVZcuWv3NKjGMg
 /tsH5X9QMr972A9s8Zk36ijvTv7NN+9t1GOtPS9KGpbwJmyPHr38mG1fsj+P0rY7
 rOXRnT2PScN6kvKZuw0Rex5xeMxrQCzRkFLzyfq2LOsE0GAUyyR3qysNOdH8xO3Z
 3TVMGVaelYw5T+ahie1+gf/H/t+8hGhX3teCo8ORFNYo7oLsA9qNclfd5SW2Acat
 pPK80PXkqTRsQ9lVGfytPZJ+m5OhcTIBdI9ieEXk/kryDAL4dHcB2IIVHM2/qm50
 aGW0Kh0d61Roe0PZ5GEqI/yWPVHZroXEBxT61tDKwPyGawcq4Gs3Sftd6RXbLi8h
 +T6HzkHPZFlKaiLmBC1wqXnEKLd8h72qNjjDdXbRBdLXW6S5hGPtPiLv18ArlmmR
 4eiFX1Tr+pUAt2W/IwZb9H84mGkbJODbI62x9k9rst/vLeHmnjs=
 =RE7t
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Sync dtc/libfdt with upstream v1.7.2-62-ga26ef6400bd8

   - Add a for_each_compatible_node_scoped() loop and convert users in
     cpufreq, dmaengine, clk, cdx, powerpc and Arm

   - Simplify of/platform.c with scoped loop helpers

   - Add fw_devlink tracking for "mmc-pwrseq"

   - Optimize fw_devlink callback code size for pinctrl-N properties

   - Replace strcmp_suffix() with strends()

  DT bindings:

   - Support building single binding targets

   - Convert google,goldfish-fb, cznic,turris-mox-rwtm, ti,prm-inst

   - Add bindings for Freescale AVIC, Realtek RTD1xxx system
     controllers, Microchip 25AA010A EEPROM, OnSemi FIN3385, IEI
     WT61P803 PUZZLE, Delta Electronics DPS-800-AB power supply,
     Infineon IR35221 Digital Multi-phase Controller, Infineon PXE1610
     Digital Dual Output 6+1 VR12.5 & VR13 CPU Controller,
     socionext,uniphier-smpctrl, and xlnx,zynqmp-firmware

   - Lots of trivial binding fixes to address warnings in DTS files.
     These are mostly for arm64 platforms which is getting closer to be
     warning free. Some public shaming has helped.

   - Fix I2C bus node names in examples

   - Drop obsolete brcm,vulcan-soc binding

   - Drop unreferenced binding headers"

* tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (60 commits)
  dt-bindings: interrupt-controller: Add compatiblie string fsl,imx(1|25|27|31|35)-avic
  dt-bindings: soc: imx: add fsl,aips and fsl,emi compatible strings
  dt-bindings: display: bridge: lt8912b: Drop reset gpio requirement
  dt-bindings: firmware: fsl,scu: Mark multi-channel MU layouts as deprecated
  cpufreq: s5pv210: Simplify with scoped for each OF child loop
  dmaengine: fsl_raid: Simplify with scoped for each OF child loop
  clk: imx: imx31: Simplify with scoped for each OF child loop
  clk: imx: imx27: Simplify with scoped for each OF child loop
  cdx: Use mutex guard to simplify error handling
  cdx: Simplify with scoped for each OF child loop
  powerpc/wii: Simplify with scoped for each OF child loop
  powerpc/fsp2: Simplify with scoped for each OF child loop
  ARM: exynos: Simplify with scoped for each OF child loop
  ARM: at91: Simplify with scoped for each OF child loop
  of: Add for_each_compatible_node_scoped() helper
  dt-bindings: Fix emails with spaces or missing brackets
  scripts/dtc: Update to upstream version v1.7.2-62-ga26ef6400bd8
  dt-bindings: crypto: inside-secure,safexcel: Mandate only ring IRQs
  dt-bindings: crypto: inside-secure,safexcel: Add SoC compatibles
  of: reserved_mem: Fix placement of __free() annotation
  ...
2026-02-11 18:27:08 -08:00
..
allwinner,sun4i-a10-crypto.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-ce.yaml dt-bindings: crypto: sun8i-ce: Add compatible for H616 2024-07-06 10:19:59 +10:00
allwinner,sun8i-ss.yaml dt-bindings: crypto: Add DT bindings documentation for sun8i-ss Security System 2019-11-01 13:38:32 +08:00
amd,ccp-seattle-v1a.yaml dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' property 2025-10-31 17:43:56 +08:00
amlogic,gxl-crypto.yaml dt-bindings: crypto: drop unneeded quotes 2023-06-23 16:18:28 -06:00
arm,cryptocell.yaml dt-bindings: crypto: ccree: Convert to json-schema 2021-06-24 15:39:38 -06:00
aspeed,ast2500-hace.yaml dt-bindings: crypto: add documentation for aspeed hace 2022-08-26 18:50:38 +08:00
aspeed,ast2600-acry.yaml dt-bindings: crypto: Document aspeed,ahbc property for Aspeed ACRY 2025-12-15 09:24:58 -06:00
atmel,at91sam9g46-aes.yaml dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes 2026-01-31 10:56:47 +08:00
atmel,at91sam9g46-sha.yaml dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha 2026-01-31 10:56:47 +08:00
atmel,at91sam9g46-tdes.yaml dt-bindings: crypto: add sama7d65 in Atmel TDES 2025-06-23 16:59:38 +08:00
axis,artpec6-crypto.yaml dt-bindings: crypto: Convert axis,artpec6-crypto to DT schema 2025-05-19 13:48:19 +08:00
brcm,spum-crypto.yaml dt-bindings: crypto: Convert brcm,spum-crypto to DT schema 2025-05-19 13:48:19 +08:00
cortina,sl3516-crypto.yaml dt-bindings: crypto: Add documentation for sl3516-ce 2021-06-11 15:03:29 +08:00
fsl,sec-v4.0-mon.yaml dt-bindings: crypto: fsl,sec-v4.0-mon: Add "power-off-time-sec" 2025-04-30 21:03:12 -07:00
fsl,sec-v4.0.yaml dt-bindings: crypto: fsl,sec-v4.0: Add power domains for iMX8QM and iMX8QXP 2025-06-23 16:59:38 +08:00
fsl,sec2.0.yaml dt-bindings: crypto: Convert fsl,sec-2.0 to YAML 2025-03-02 15:19:44 +08:00
fsl-dcp.yaml dt-bindings: crypto: fsl-dcp: add imx6sl and imx6ull compatible 2023-06-12 13:31:21 -06:00
fsl-imx-sahara.yaml dt-bindings: crypto: fsl-imx-sahara: Fix the number of irqs 2023-10-05 18:16:30 +08:00
fsl-imx-scc.yaml dt-bindings: crypto: Convert i.MX SCC to json-schema 2020-08-17 15:34:26 -06:00
hisilicon,hip06-sec.yaml dt-bindings: crypto: Convert hisilicon,hip0{6,7}-sec to DT schema 2025-05-19 13:48:19 +08:00
img,hash-accelerator.yaml dt-bindings: crypto: Convert img,hash-accelerator to DT schema 2025-05-19 13:48:19 +08:00
inside-secure,safexcel-eip93.yaml dt-bindings: crypto: Add Inside Secure SafeXcel EIP-93 crypto engine 2025-02-09 18:08:11 +08:00
inside-secure,safexcel.yaml dt-bindings: crypto: inside-secure,safexcel: Mandate only ring IRQs 2026-02-03 20:58:12 -06:00
intel,ixp4xx-crypto.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
intel,keembay-ocs-aes.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
intel,keembay-ocs-ecc.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
intel,keembay-ocs-hcu.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
marvell,orion-crypto.yaml dt-bindings: crypto: Convert Marvell CESA to DT schema 2025-05-19 13:48:19 +08:00
nvidia,tegra234-se-aes.yaml dt-bindings: crypto: Add Tegra Security Engine 2024-04-12 15:07:51 +08:00
nvidia,tegra234-se-hash.yaml dt-bindings: crypto: Add Tegra Security Engine 2024-04-12 15:07:51 +08:00
qcom,inline-crypto-engine.yaml dt-bindings: crypto: qcom,inline-crypto-engine: document the Milos ICE 2026-01-31 10:52:31 +08:00
qcom,prng.yaml soc: driver updates for 7.0 2026-02-10 20:45:30 -08:00
qcom-qce.yaml dt-bindings: crypto: qcom-qce: Document the kaanapli crypto engine 2025-11-06 14:31:08 +08:00
rockchip,rk3288-crypto.yaml dt-bindings: crypto: rockchip: add new compatible 2022-10-28 12:36:33 +08:00
samsung-slimsss.yaml dt-bindings: crypto: drop minItems equal to maxItems 2022-08-29 14:58:17 -05:00
samsung-sss.yaml MAINTAINERS: crypto: s5p-sss: drop Kamil Konieczny 2021-01-03 08:41:34 +11:00
st,stm32-crc.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
st,stm32-cryp.yaml dt-bindings: treewide: add access-controllers description 2024-04-05 14:39:10 +02:00
st,stm32-hash.yaml dt-bindings: treewide: add access-controllers description 2024-04-05 14:39:10 +02:00
starfive,jh7110-crypto.yaml dt-bindings: crypto: starfive: Restore sort order 2024-04-26 17:26:09 +08:00
ti,am62l-dthev2.yaml dt-bindings: crypto: Add binding for TI DTHE V2 2025-08-30 15:43:26 +08:00
ti,omap-sham.yaml dt-bindings: crypto: ti,omap-sham: Convert to dtschema 2024-04-05 15:46:33 +08:00
ti,omap2-aes.yaml dt-bindings: crypto: Convert ti,omap2-aes to DT schema 2025-06-23 16:59:39 +08:00
ti,omap4-des.yaml dt-bindings: crypto: Convert ti,omap4-des to DT schema 2025-06-23 16:59:39 +08:00
ti,sa2ul.yaml Devicetree updates for v6.6: 2023-08-30 16:59:03 -07:00
xlnx,versal-trng.yaml dt-bindings: crypto: Add node for True Random Number Generator 2025-09-06 15:57:23 +08:00
xlnx,zynqmp-aes.yaml dt-bindings: crypto: Mark zynqmp-aes as Deprecated 2026-01-23 13:48:43 +08:00