linux/Documentation/devicetree/bindings/bus
Linus Torvalds e2d10998e4 Devicetree updates for v7.1:
DT core:
 - Cleanup of the reserved memory code to keep CMA specifics in CMA code
 
 - Add and convert several users to new of_machine_get_match() helper
 
 - Validate nul termination in string properties
 
 - Update dtc to upstream v1.7.2-69-g53373d135579
 
 - Limit matching reserved memory devices to /reserved-memory nodes
 
 - Fix some UAF in unittests
 
 - Remove Baikal SoC bus driver
 
 - Fix false DT_SPLIT_BINDING_PATCH checkpatch warning
 
 - Allow fw_devlink device-tree on x86
 
 - Fix kerneldoc return description for of_property_count_elems_of_size()
 
 DT bindings:
 - Add fsl,imx25-aips, fsl,imx25-tcq, qcom,eliza-pdc,
   qcom,eliza-spmi-pmic-arb, qcom,hawi-imem, qcom,milos-imem,
   qcom,hawi-pdc, and lg,sw49410 bindings
 
 - Convert arm,vexpress-scc to DT schema
 
 - Deprecate Qualcomm generic CPU compatibles. Add Apple M3 CPU cores.
 
 - Move some dual-link display panels to the dual-link schema
 
 - Drop mux controller node name constraints
 
 - Remove Baikal SoC bus bindings
 
 - Fix a false warning in the thermal trip node binding
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmnhBKQACgkQ+vtdtY28
 YcO7iw//ZHGjSI4WTwwtthgBsn108x0iRMpo3d8rYN6ESDEIgXELbEDFzWSbIzBB
 yCWUUmbNzv1YcwUF+XOoiQzdMZP6GdSTL/vvj3KgRPDgkOgNlnEgxJEPyC1mbUf5
 oJ5S/f8sr1+hfFp6LJiDnZTU6RcJHZSsLlwW4GfA87hjHCun8lQSfP+E4x1RyS4s
 6+LA+mYQNk0OFfqmE/w/Jqn44nHqoduD3Ay/I/5sd8YECtowiI9ZZ+85GkYPtDFa
 R5pW4eSoffYr5vXDTdCyBARSUxUcm++yIB/yAgi5B4xQCEKK5ds7M6YL0ylGXdey
 8ezINGXHhFsc40e4Gp/13m6/jYy322PF6kEeUWb63uZ0djJMxba7SFmEAUs00zme
 UQ8irtGay80tgRnS9btRChKFOqKcXFr5bsN5L6tkVdoJMTAziz7B77fwo7W+x+7b
 MTdlUfFMupuQJWETte9o04TkGZ5/tqnlcbpF/iTws3vCyeFyZ0LWHueQpSwhO2oy
 wzdDZ1VLHATPdVlGV757yfH9O8BkyHtdG8lXVLLoR0C1JOqUlyfScGxfLFwawUC8
 cERw9bU4f2IT+lJbr5WqpG+BnQ6TnwoNOvqajXHAByDQ/Gd8MLZoX91ykZflaWxQ
 EIvXVytWdwmQ4iReD+9ETPHBXC8v3W4+hkqrJxCAqVHPxBkXS40=
 =Ia0F
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Cleanup of the reserved memory code to keep CMA specifics in CMA
     code

   - Add and convert several users to new of_machine_get_match() helper

   - Validate nul termination in string properties

   - Update dtc to upstream v1.7.2-69-g53373d135579

   - Limit matching reserved memory devices to /reserved-memory nodes

   - Fix some UAF in unittests

   - Remove Baikal SoC bus driver

   - Fix false DT_SPLIT_BINDING_PATCH checkpatch warning

   - Allow fw_devlink device-tree on x86

   - Fix kerneldoc return description for of_property_count_elems_of_size()

  DT bindings:

   - Add fsl,imx25-aips, fsl,imx25-tcq, qcom,eliza-pdc,
     qcom,eliza-spmi-pmic-arb, qcom,hawi-imem, qcom,milos-imem,
     qcom,hawi-pdc, and lg,sw49410 bindings

   - Convert arm,vexpress-scc to DT schema

   - Deprecate Qualcomm generic CPU compatibles. Add Apple M3 CPU cores.

   - Move some dual-link display panels to the dual-link schema

   - Drop mux controller node name constraints

   - Remove Baikal SoC bus bindings

   - Fix a false warning in the thermal trip node binding"

* tag 'devicetree-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (39 commits)
  dt-bindings: display: panel: panel-simple: Add lg,sw49410 compatible
  dt-bindings: display: ti, am65x-dss: Fix AM62L DSS reg and clock constraints
  dt-bindings: display: simple: Move Innolux G156HCE-L01 panel to dual-link
  dt-bindings: display: simple: Move AUO 21.5" FHD to dual-link
  dt-bindings: thermal: Fix false warning with 'phandle' in trips nodes
  of: unittest: fix use-after-free in testdrv_probe()
  of: unittest: fix use-after-free in of_unittest_changeset()
  dt-bindings: qcom,pdc: document the Hawi Power Domain Controller
  dt-bindings: ARM: arm,vexpress-scc: convert to DT schema
  drivers/of: fdt: validate flat DT string properties before string use
  drivers/of: fdt: validate stdout-path properties before parsing them
  dt-bindings: sram: Document qcom,hawi-imem compatible
  dt-bindings: sram: Allow multiple-word prefixes to sram subnode
  dt-bindings: sram: Document qcom,milos-imem
  scripts/dtc: Update to upstream version v1.7.2-69-g53373d135579
  of: property: Allow fw_devlink device-tree on x86
  dt-bindings: arm: cpus: Add Apple M3 CPU core compatibles
  dt-bindings: display: lt8912b: Drop redundant endpoint properties
  dt-bindings: opp-v2: Fix example 3 CPU reg value
  dt-bindings: connector: add pd-disable dependency
  ...
2026-04-17 14:09:02 -07:00
..
allwinner,sun8i-a23-rsb.yaml dt-bindings: bus: don't check node names 2025-11-17 11:24:49 -06:00
allwinner,sun50i-a64-de2.yaml dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names 2025-10-10 13:50:30 -05:00
arm,integrator-ap-lm.yaml bus: Add DT bindings for Integrator/AP logic modules 2020-04-28 21:50:20 +02:00
aspeed,ast2600-ahbc.yaml dt-bindings: bus: aspeed: Require syscon for AST2600 AHB controller 2025-12-15 09:24:58 -06:00
brcm,bus-axi.txt dt-bindings: brcm: rationalize Broadcom documentation naming 2015-03-26 12:14:11 -05:00
brcm,gisb-arb.yaml dt-bindings: bus: Document Broadcom GISB arbiter 74165 compatible 2024-01-29 10:43:22 -08:00
cznic,moxtet.yaml dt-bindings: bus: Convert cznic,moxtet to DT schema 2025-11-17 11:24:49 -06:00
fsl,imx8mp-aipstz.yaml dt-bindings: bus: document the IMX AIPSTZ bridge 2025-07-01 22:22:58 +08:00
fsl,imx8qxp-pixel-link-msi-bus.yaml dt-bindings: bus: don't check node names 2025-11-17 11:24:49 -06:00
fsl,spba-bus.yaml dt-bindings: soc: imx: add fsl,aips and fsl,emi compatible strings 2026-02-09 21:04:53 -06:00
microsoft,vmbus.yaml dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties 2025-05-23 16:30:55 +00:00
mti,mips-cdmm.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
mvebu-mbus.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
nvidia,tegra20-gmi.txt dt/bindings: Fix binding examples for Tegra GMI controller 2018-03-08 16:03:33 +01:00
nvidia,tegra210-aconnect.yaml dt-bindings: ASoC: Document Tegra264 APE support 2025-05-22 11:02:04 +01:00
omap-ocp2scp.txt ARM: dts: am4372: Add "ti,am437x-ocp2scp" as compatible string for OCP2SCP 2015-03-26 10:47:48 -07:00
palmbus.yaml dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas 2023-04-05 15:38:38 -05:00
qcom,ssbi.yaml dt-bindings: bus: convert qcom,ssbi schema to YAML format 2023-08-23 14:35:45 -05:00
qcom,ssc-block-bus.yaml dt-bindings: bus: qcom,ssc-block-bus: rework arrays and drop redundant minItems 2022-07-18 14:24:55 -06:00
renesas,bsc.yaml dt-bindings: bus: renesas-bsc: allow additional properties 2025-10-10 13:51:15 -05:00
simple-pm-bus.yaml dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
socionext,uniphier-system-bus.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
st,stm32-etzpc.yaml dt-bindings: bus: don't check node names 2025-11-17 11:24:49 -06:00
st,stm32mp25-rifsc.yaml dt-bindings: bus: stm32mp25-rifsc: Allow 2 size cells 2026-02-03 20:58:09 -06:00
st,stm32mp131-dbg-bus.yaml dt-bindings: bus: document the stm32 debug bus 2026-03-25 17:40:22 +01:00
ti-sysc.yaml dt-bindings: bus: ti-sysc: fix typo 2023-06-21 14:17:35 -06:00
ti,da850-mstpri.txt bus: davinci: add support for da8xx bus master priority control 2016-11-14 17:20:29 +05:30
ts-nbus.txt dt-bindings: bus: Add documentation for the Technologic Systems NBUS 2017-11-07 16:27:36 +01:00
xlnx,versal-net-cdx.yaml dt-bindings: bus: add CDX bus controller for versal net 2023-03-29 12:26:32 +02:00