[GIT PULL] Devicetree fixes for v6.18, part 1
From: Rob Herring
Date: Fri Oct 10 2025 - 15:17:15 EST
Linus,
Please pull DT fixes for 6.18.
Rob
The following changes since commit 129b91fc329604e05f794dc1a18a6da3eb518b4e:
dt-bindings: arm: altera: Drop socfpga-sdram-edac.txt (2025-09-28 21:40:45 -0500)
are available in the Git repository at:
ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.18-1
for you to fetch changes up to ce740955b238761ec1d8cf0590d7e6802d3a813a:
dt-bindings: bus: renesas-bsc: allow additional properties (2025-10-10 13:51:15 -0500)
----------------------------------------------------------------
Devicetree fixes for v6.18:
- Allow child nodes on renesas-bsc bus binding
- Drop node name pattern on allwinner,sun50i-a64-de2 bus binding
- Switch DT patchwork to kernel.org from ozlabs.org
- Fix some typos in docs and bindings
- Fix reference count in PCI node unittest
----------------------------------------------------------------
Akiyoshi Kurita (1):
dt-bindings: mmc: Correct typo "upto" to "up to"
Bhanu Seshu Kumar Valluri (1):
of: doc: Fix typo in doc comments.
Ma Ke (1):
of: unittest: Fix device reference count leak in of_unittest_pci_node_verify
Rob Herring (Arm) (1):
MAINTAINERS: Move DT patchwork to kernel.org
Wolfram Sang (2):
dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names
dt-bindings: bus: renesas-bsc: allow additional properties
.../devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml | 2 +-
Documentation/devicetree/bindings/bus/renesas,bsc.yaml | 12 ++++++++++++
.../devicetree/bindings/mmc/mmc-controller-common.yaml | 2 +-
MAINTAINERS | 3 ++-
drivers/of/irq.c | 2 +-
drivers/of/overlay.c | 2 +-
drivers/of/unittest.c | 1 +
include/linux/of.h | 8 ++++----
8 files changed, 23 insertions(+), 9 deletions(-)