[PATCH v2 00/12] YAML conversion of several Freescale/PowerPC DT bindings

From: J. Neuschäfer via B4 Relay
Date: Fri Feb 07 2025 - 16:31:03 EST


This is a spin-off of the series titled
"powerpc: MPC83xx cleanup and LANCOM NWAPP2 board".

During the development of that series, it became clear that many
devicetree bindings for Freescale MPC8xxx platforms are still in the old
plain-text format, or don't exist at all, and in any case don't mention
all valid compatible strings.

Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx>
---
Changes in v2:
- rebased on v6.14-rc1
- various style cleanups, both in YAML and in DTS examples
- minor improvements to the commit messages
- Link to v1: https://lore.kernel.org/r/20250126-ppcyaml-v1-0-50649f51c3dd@xxxxxxxxxx

---
J. Neuschäfer (12):
dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs
dt-bindings: ata: Convert fsl,pq-sata to YAML
dt-bindings: crypto: Convert fsl,sec-2.0 to YAML
dt-bindings: mfd: Convert fsl,mcu-mpc8349emitx to YAML
dt-bindings: dma: Convert fsl,elo*-dma to YAML
dt-bindings: pci: Convert fsl,mpc83xx-pcie to YAML
dt-bindings: watchdog: Convert mpc8xxx-wdt to YAML
dt-bindings: spi: Convert Freescale SPI bindings to YAML
dt-bindings: memory-controllers: Convert fsl,elbc to YAML
dt-bindings: memory-controllers: Add fsl,elbc-gpcm-uio
dt-bindings: nand: Add fsl,elbc-fcm-nand
dt-bindings: mtd: raw-nand-chip: Relax node name pattern

.../devicetree/bindings/ata/fsl,pq-sata.yaml | 59 ++++++
Documentation/devicetree/bindings/ata/fsl-sata.txt | 28 ---
.../devicetree/bindings/crypto/fsl,sec2.0.yaml | 142 ++++++++++++++
.../devicetree/bindings/crypto/fsl-sec2.txt | 65 -------
.../devicetree/bindings/dma/fsl,elo-dma.yaml | 140 ++++++++++++++
.../devicetree/bindings/dma/fsl,elo3-dma.yaml | 123 +++++++++++++
.../devicetree/bindings/dma/fsl,eloplus-dma.yaml | 134 ++++++++++++++
.../memory-controllers/fsl,elbc-gpcm-uio.yaml | 59 ++++++
.../bindings/memory-controllers/fsl,elbc.yaml | 146 +++++++++++++++
.../bindings/mfd/fsl,mcu-mpc8349emitx.yaml | 53 ++++++
.../devicetree/bindings/mtd/fsl,elbc-fcm-nand.yaml | 68 +++++++
.../devicetree/bindings/mtd/raw-nand-chip.yaml | 2 +-
.../devicetree/bindings/pci/fsl,mpc8xxx-pci.yaml | 115 ++++++++++++
Documentation/devicetree/bindings/pci/fsl,pci.txt | 27 ---
.../devicetree/bindings/powerpc/fsl/dma.txt | 204 ---------------------
.../bindings/powerpc/fsl/fsl,mpc83xx.yaml | 67 +++++++
.../devicetree/bindings/powerpc/fsl/lbc.txt | 43 -----
.../bindings/powerpc/fsl/mcu-mpc8349emitx.txt | 17 --
.../devicetree/bindings/spi/fsl,espi.yaml | 64 +++++++
Documentation/devicetree/bindings/spi/fsl,spi.yaml | 73 ++++++++
Documentation/devicetree/bindings/spi/fsl-spi.txt | 62 -------
.../devicetree/bindings/watchdog/mpc8xxx-wdt.txt | 25 ---
.../devicetree/bindings/watchdog/mpc8xxx-wdt.yaml | 64 +++++++
23 files changed, 1308 insertions(+), 472 deletions(-)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250126-ppcyaml-680ccd8b3fc2

Best regards,
--
J. Neuschäfer <j.ne@xxxxxxxxxx>