Re: [PATCH 05/18] pci: layerscape: add support for kernel/official fsl,ls1088a-pcie binding

2023-04-27 Thread Peng Fan
On 4/12/2023 3:38 PM, Mathew McBride wrote: This allows the Layerscape PCIe RC driver to use the upstream style binding (two "reg" entries instead of four). It is similar to the previous commit e10da1f985ad ("pci: layerscape: add official ls1028a binding support") which implemented this for t

[PATCH 05/18] pci: layerscape: add support for kernel/official fsl, ls1088a-pcie binding

2023-04-12 Thread Mathew McBride
This allows the Layerscape PCIe RC driver to use the upstream style binding (two "reg" entries instead of four). It is similar to the previous commit e10da1f985ad ("pci: layerscape: add official ls1028a binding support") which implemented this for the LS1028A. Signed-off-by: Mathew McBride ---