Re: [PATCH v12 0/5] Add DT bindings and DT nodes for PCIe and PHY in SC7280

From: Doug Anderson
Date: Mon Oct 18 2021 - 17:58:13 EST


Hi,

On Fri, Oct 15, 2021 at 12:43 PM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote:
>
> Quoting Lorenzo Pieralisi (2021-10-13 03:00:05)
> > On Thu, Oct 07, 2021 at 11:18:38PM +0530, Prasad Malisetty wrote:
> > > Prasad Malisetty (5):
> > > dt-bindings: pci: qcom: Document PCIe bindings for SC7280
> > > arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes
> > > arm64: dts: qcom: sc7280: Add PCIe nodes for IDP board
> > > PCI: qcom: Add a flag in match data along with ops
> > > PCI: qcom: Switch pcie_1_pipe_clk_src after PHY init in SC7280
> > >
> > > .../devicetree/bindings/pci/qcom,pcie.txt | 17 +++
> > > arch/arm64/boot/dts/qcom/sc7280-idp.dts | 8 ++
> > > arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 50 +++++++++
> > > arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 8 ++
> > > arch/arm64/boot/dts/qcom/sc7280.dtsi | 118 +++++++++++++++++++++
> > > drivers/pci/controller/dwc/pcie-qcom.c | 95 +++++++++++++++--
> > > 6 files changed, 285 insertions(+), 11 deletions(-)
> >
> > I applied patches [4-5] to pci/qcom for v5.16, thanks I expect other
> > patches to go via the relevant trees.
> >
>
> Lorenzo, can you pick up patch 1 too? It's the binding update for the
> compatible string used in patch 4-5.

I think that means that patches 2-3 are ready to land in the Qualcomm
tree assuming Bjorn Andersson is still accepting patches there for
5.16, right?

-Doug