Linus, Please pull some DT fixes for 6.6. Rob The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.6-2 for you to fetch changes up to 19007c629c63c76ae0f8adee9dc076bda4788b46: dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string (2023-10-06 13:54:14 -0500) ---------------------------------------------------------------- Devicetree fixes for v6.6, part 2: - Fix potential memory leak in of_changeset_action() - Fix some i.MX binding warnings - Fix typo in renesas,vin binding field-even-active property - Fix andestech,ax45mp-cache example unit-address - Add missing additionalProperties on RiscV CPU interrupt-controller node - Add missing unevaluatedProperties on media bindings - Fix brcm,iproc-pcie binding 'msi' child node schema - Fix MEMSIC MXC4005 compatible string ---------------------------------------------------------------- Dan Carpenter (1): of: dynamic: Fix potential memory leak in of_changeset_action() Fabio Estevam (2): dt-bindings: display: fsl,imx6-hdmi: Change to 'unevaluatedProperties: false' media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq Geert Uytterhoeven (3): of: overlay: Reorder struct fragment fields kerneldoc dt-bindings: cache: andestech,ax45mp-cache: Fix unit address in example dt-bindings: media: renesas,vin: Fix field-even-active spelling Luca Ceresoli (1): dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string Rob Herring (6): dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node dt-bindings: bus: fsl,imx8qxp-pixel-link-msi-bus: Drop child 'reg' property media: dt-bindings: Add missing unevaluatedProperties on child node schemas dt-bindings: PCI: brcm,iproc-pcie: Fix example indentation dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus properties dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schema .../bus/fsl,imx8qxp-pixel-link-msi-bus.yaml | 3 - .../bindings/cache/andestech,ax45mp-cache.yaml | 2 +- .../bindings/display/imx/fsl,imx6-hdmi.yaml | 2 +- .../devicetree/bindings/media/i2c/sony,imx415.yaml | 1 + .../bindings/media/i2c/toshiba,tc358746.yaml | 2 + .../devicetree/bindings/media/nxp,imx7-csi.yaml | 1 - .../devicetree/bindings/media/renesas,vin.yaml | 4 +- .../devicetree/bindings/media/samsung,fimc.yaml | 1 + .../devicetree/bindings/pci/brcm,iproc-pcie.yaml | 163 ++++++++++----------- Documentation/devicetree/bindings/riscv/cpus.yaml | 1 + .../devicetree/bindings/trivial-devices.yaml | 2 +- drivers/of/dynamic.c | 6 +- drivers/of/overlay.c | 2 +- 13 files changed, 90 insertions(+), 100 deletions(-)