Hey Linus, please pull from: https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git/ tags/libnvdimm-fixes-6.16-rc3
This fix to the device tree came in late in the merge window and only now has soaked in linux-next (since 6/12) long enough for me to feel comfortable sending it. It converts the pmem-region device tree bindings to YAML to fix errors and bring it up to date. Thanks, Ira --- The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: g...@gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-fixes-6.16-rc3 for you to fetch changes up to 62a65b32bddb0f242b106b8c464913f2f01c108d: dt-bindings: pmem: Convert binding to YAML (2025-06-11 14:36:55 -0500) ---------------------------------------------------------------- libnvdimm fixes for v6.16-rc3 - Convert device tree bindings to YAML ---------------------------------------------------------------- Drew Fustini (1): dt-bindings: pmem: Convert binding to YAML .../devicetree/bindings/pmem/pmem-region.txt | 65 ---------------------- .../devicetree/bindings/pmem/pmem-region.yaml | 48 ++++++++++++++++ MAINTAINERS | 2 +- 3 files changed, 49 insertions(+), 66 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pmem/pmem-region.txt create mode 100644 Documentation/devicetree/bindings/pmem/pmem-region.yaml