From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Hongxing Zhu <hongxing.zhu@nxp.com>
Cc: "p.zabel@pengutronix.de" <p.zabel@pengutronix.de>,
"l.stach@pengutronix.de" <l.stach@pengutronix.de>,
"bhelgaas@google.com" <bhelgaas@google.com>,
"lorenzo.pieralisi@arm.com" <lorenzo.pieralisi@arm.com>,
"robh@kernel.org" <robh@kernel.org>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
dl-linux-imx <linux-imx@nxp.com>
Subject: Re: (EXT) RE: (EXT) [PATCH v1 4/7] dt-bindings: imx6q-pcie: Add iMX8MP PCIe compatible string
Date: Mon, 07 Mar 2022 09:42:02 +0100 [thread overview]
Message-ID: <4386341.LvFx2qVVIh@steina-w> (raw)
In-Reply-To: <AS8PR04MB8676905699E85011E625BFE68C089@AS8PR04MB8676.eurprd04.prod.outlook.com>
Hi Richard,
Am Montag, 7. März 2022, 09:19:52 CET schrieb Hongxing Zhu:
> > -----Original Message-----
> > From: Alexander Stein <alexander.stein@ew.tq-group.com>
> > Sent: 2022年3月7日 16:03
> > To: Hongxing Zhu <hongxing.zhu@nxp.com>
> > Cc: p.zabel@pengutronix.de; l.stach@pengutronix.de; bhelgaas@google.com;
> > lorenzo.pieralisi@arm.com; robh@kernel.org; shawnguo@kernel.org;
> > linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org;
> > linux-pci@vger.kernel.org; linux-arm-kernel@lists.infradead.org;
> > linux-kernel@vger.kernel.org; kernel@pengutronix.de; dl-linux-imx
> > <linux-imx@nxp.com>; Hongxing Zhu <hongxing.zhu@nxp.com>
> > Subject: Re: (EXT) [PATCH v1 4/7] dt-bindings: imx6q-pcie: Add iMX8MP
> > PCIe
> > compatible string
> >
> > Hi Richard,
> >
> > thanks for providing a patch supporting PCie on iMX8MP.
> >
> > Am Montag, 7. März 2022, 07:29:13 CET schrieb Richard Zhu:
> >
> > > Add i.MX8MP PCIe compatible string.
> > >
> > >
> > >
> > > Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
> > > ---
> > >
> > > Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > >
> > >
> > > diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> > > b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml index
> > > 36c8a06d17a0..252e5b72aee0 100644
> > > --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> > > +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> > > @@ -26,6 +26,7 @@ properties:
> > >
> > > - fsl,imx7d-pcie
> > > - fsl,imx8mq-pcie
> > > - fsl,imx8mm-pcie
> > >
> > > + - fsl,imx8mp-pcie
> > >
> > >
> > >
> > > reg:
> > >
> > > items:
> >
> >
> > Which branch is this based on? I don't have 'fsl,imx8mm-pcie' entry in my
> > tree.
Another patch 7 also doesn't apply cleanly.
> >
>
> Hi Alexander:
> Thanks for your quick reply.
Thanks for your fast response. I just wanted to give it a try on our own
custom iMX8MP board. I did see the PCIe RC, but not EP (yet), no link up for
now.
> In the past days, I had summit some patches, and wait for ack or reviewed
> tags.
But they might have some conflictions when do the codes merge.
> I'm waiting for the ack, and will re-base them in a proper sequence later.
>
> About the #4 patch apply, it's better to pick the following commit, since it
> had
Lucas' Reviewed-by tag, and wait for merge.
> https://patchwork.ozlabs.org/project/linux-pci/patch/1646293805-18248-1-git-> send-email-hongxing.zhu@nxp.com/
> About the #7 patch, I do the changes based on the following patch-set.
> https://patchwork.ozlabs.org/project/linux-pci/cover/1645760667-10510-1-git-> send-email-hongxing.zhu@nxp.com/
> I would add the dependency patch-set later in the cover-letter later.
> Sorry to bring in-conveniency to you.
Thanks I'll retry with the dependencies updated, so I hopefully won't miss
something.
> BTW, If you want to tests PCIe on i.MX8MM EVK board too, the following dts
> changes should be cherry-picked from Shawn's git.
> b4d36c10bf17 arm64: dts: imx8mm-evk: Add the pcie support on imx8mm evk
> board
aaeba6a8e226 arm64: dts: imx8mm: Add the pcie support
> cfc5078432ca arm64: dts: imx8mm: Add the pcie phy support
Thanks I'll keep the imx8mm support in mind.
Best regards
Alexander
next prev parent reply other threads:[~2022-03-07 8:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-07 6:29 [PATCH v1 0/7] Add the iMX8MP PCIe support Richard Zhu
2022-03-07 6:29 ` [PATCH v1 1/7] reset: imx7: Add the iMX8MP PCIe PHY PERST support Richard Zhu
2022-03-07 6:29 ` [PATCH v1 2/7] dt-binding: phy: Add iMX8MP PCIe PHY binding Richard Zhu
2022-03-07 6:29 ` [PATCH v1 3/7] phy: freescale: imx8m-pcie: Add iMX8MP PCIe PHY support Richard Zhu
2022-03-07 6:29 ` [PATCH v1 4/7] dt-bindings: imx6q-pcie: Add iMX8MP PCIe compatible string Richard Zhu
2022-03-07 8:02 ` (EXT) " Alexander Stein
2022-03-07 8:19 ` Hongxing Zhu
2022-03-07 8:42 ` Alexander Stein [this message]
2022-03-07 6:29 ` [PATCH v1 5/7] arm64: dts: imx8mp: add the iMX8MP PCIe support Richard Zhu
2022-03-07 6:29 ` [PATCH v1 6/7] arm64: dts: imx8mp-evk: Add " Richard Zhu
2022-03-07 6:29 ` [PATCH v1 7/7] PCI: imx6: Add the iMX8MP " Richard Zhu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4386341.LvFx2qVVIh@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=bhelgaas@google.com \
--cc=devicetree@vger.kernel.org \
--cc=hongxing.zhu@nxp.com \
--cc=kernel@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox