linux/Documentation/devicetree/bindings/rng
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
..
SUNW,n2-rng.yaml dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema 2025-09-26 15:53:30 -05:00
airoha,en7581-trng.yaml dt-bindings: rng: add support for Airoha EN7581 TRNG 2024-10-28 18:33:10 +08:00
amlogic,meson-rng.yaml dt-bindings: rng: meson: add optional power-domains 2024-06-16 13:41:53 +08:00
apm,x-gene-rng.yaml dt-bindings: rng: apm,x-gene-rng: convert APM RNG to dtschema 2022-01-05 07:31:40 -06:00
arm-cctrng.yaml
atmel,at91-trng.yaml dt-bindings: rng: atmel,at91-trng: add sama7d65 TRNG 2025-06-23 16:59:38 +08:00
brcm,bcm2835.yaml
brcm,bcm74110-rng.yaml dt-bindings: rng: add binding for BCM74110 RNG 2024-11-10 11:50:54 +08:00
brcm,iproc-rng200.yaml dt-bindings: rng: r200: Add interrupt property 2025-06-09 10:10:40 -07:00
hisi-rng.yaml dt-bindings: rng: hisi-rng: convert to DT schema 2025-09-28 11:54:48 +08:00
imx-rng.yaml dt-bindings: imx-rng: Allow passing only "fsl,imx31-rnga" 2024-10-19 08:44:30 +08:00
ingenic,rng.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
ingenic,trng.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
inside-secure,safexcel-eip76.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
intel,ixp46x-rng.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
microchip,pic32-rng.yaml dt-bindings: rng: microchip,pic32-rng: convert to DT schema 2025-10-17 16:03:57 +08:00
microsoft,vmgenid.yaml dt-bindings: rng: Add vmgenid support 2024-04-27 02:38:34 +02:00
mtk-rng.yaml dt-bindings: rng: Drop unneeded quotes 2023-04-20 16:30:03 -05:00
nuvoton,npcm-rng.yaml dt-bindings: rng: nuvoton,npcm-rng: Add npcm845 compatible string 2022-10-21 19:15:35 +08:00
rockchip,rk3568-rng.yaml dt-bindings: rng: Add Rockchip RK3568 TRNG 2024-08-10 12:25:34 +08:00
rockchip,rk3588-rng.yaml dt-bindings: rng: rockchip,rk3588-rng: add rk3576-rng compatible 2025-05-05 18:20:45 +08:00
samsung,exynos4-rng.yaml
samsung,exynos5250-trng.yaml dt-bindings: rng: Add Exynos850 support to exynos-trng 2024-06-28 11:35:48 +10:00
silex-insight,ba431-rng.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
st,rng.yaml dt-bindings: rng: st,rng: convert ST RNG to dtschema 2022-01-05 07:31:41 -06:00
st,stm32-rng.yaml dt-bindings: rng: add st,stm32mp25-rng support 2024-10-28 18:33:09 +08:00
starfive,jh7110-trng.yaml dt-bindings: rng: starfive: Add jh8100 compatible string 2023-12-22 12:30:19 +08:00
ti,keystone-rng.yaml dt-bindings: rng: Drop unneeded quotes 2023-04-20 16:30:03 -05:00
ti,omap-rom-rng.yaml dt-bindings: rng: ti,omap-rom-rng: convert OMAP ROM RNG to dtschema 2022-01-05 07:31:41 -06:00
timeriomem_rng.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
xiphera,xip8001b-trng.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00