On Thu, 20 Feb 2025 13:29:58 +0100, J. Neuschäfer wrote: > Formalise the binding for the PCI controllers in the Freescale MPC8xxx > chip family. Information about PCI-X-specific properties was taken from > fsl,pci.txt. The examples were taken from mpc8315erdb.dts and > xpedite5200_xmon.dts. > > Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx> > --- > V3: > - split out as a single patch > - remove obsolete reference to fsl,pci.txt > - remove unnecessary newline near the end of fsl,mpc8xxx-pci.yaml > > V2: > - part of series [PATCH v2 00/12] YAML conversion of several Freescale/PowerPC DT bindings > Link: https://lore.kernel.org/lkml/20250207-ppcyaml-v2-6-8137b0c42526@xxxxxxxxxx/ > - merge fsl,pci.txt into fsl,mpc8xxx-pci.yaml > - regroup compatible strings, list single-item values in one enum > - trim subject line (remove "binding") > - fix property order to comply with dts coding style > --- > .../devicetree/bindings/pci/fsl,mpc8xxx-pci.yaml | 113 +++++++++++++++++++++ > Documentation/devicetree/bindings/pci/fsl,pci.txt | 27 ----- > 2 files changed, 113 insertions(+), 27 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>