]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2026 02:27:08 +0000 (18:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2026 02:27:08 +0000 (18:27 -0800)
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
  ...

1  2 
.clang-format
Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
Documentation/devicetree/bindings/trivial-devices.yaml
MAINTAINERS
Makefile
drivers/of/of_reserved_mem.c
drivers/of/platform.c
drivers/of/unittest.c

diff --cc .clang-format
Simple merge
index 9b6066c7ffe460f7beecdbf78fbf09988323a47d,1903c072ed6fc244adee42ccfd34c069f0bcfc05..d50438b0fca8037594434b9a809555238faea006
@@@ -104,8 -103,22 +103,23 @@@ properties
        used to encrypt or decrypt the data with provided key and initialization
        vector.
      type: object
 +    deprecated: true
  
+ allOf:
+   - if:
+       properties:
+         compatible:
+           contains:
+             const: xlnx,zynqmp-firmware
+     then:
+       properties:
+         pinctrl:
+           $ref: /schemas/pinctrl/xlnx,zynqmp-pinctrl.yaml#
+     else:
+       properties:
+         pinctrl:
+           $ref: /schemas/pinctrl/xlnx,versal-pinctrl.yaml#
  required:
    - compatible
  
index ff1c6b4975c1daa805db573e78df0fee83ed0a88,0cc2bf5455b4fe67c9e6da0a637783f3c371f5f3..406fe1277b6603df06d6f84b99712d3e116f4747
@@@ -418,10 -420,10 +424,12 @@@ properties
            - smsc,emc6d103
              # Temperature sensor with integrated fan control
            - smsc,emc6d103s
+             # Socionext Uniphier SMP control registers
+           - socionext,uniphier-smpctrl
              # SparkFun Qwiic Joystick (COM-15168) with i2c interface
            - sparkfun,qwiic-joystick
 +            # STMicroelectronics Hot-swap controller stef48h28
 +          - st,stef48h28
              # Sierra Wireless mangOH Green SPI IoT interface
            - swir,mangoh-iotport-spi
              # Synaptics I2C touchpad
diff --cc MAINTAINERS
Simple merge
diff --cc Makefile
Simple merge
Simple merge
Simple merge
Simple merge