2023-01-20 05:56:52

by Richard Zhu

[permalink] [raw]
Subject: [PATCH v6 6/6] arm64: dts: Add i.MX8MP PCIe EP support on EVK board

Add i.MX8MP PCIe EP support on EVK board.

Signed-off-by: Richard Zhu <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
index 7816853162b3..6c94d57912b4 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
@@ -404,6 +404,12 @@ &pcie {
status = "okay";
};

+&pcie_ep{
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_pcie0>;
+ status = "disabled";
+};
+
&pwm1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm1>;
--
2.25.1


2023-01-20 08:38:41

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v6 6/6] arm64: dts: Add i.MX8MP PCIe EP support on EVK board

On 20/01/2023 06:25, Richard Zhu wrote:
> Add i.MX8MP PCIe EP support on EVK board.
>
> Signed-off-by: Richard Zhu <[email protected]>
> ---
> arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> index 7816853162b3..6c94d57912b4 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> @@ -404,6 +404,12 @@ &pcie {
> status = "okay";
> };
>
> +&pcie_ep{
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_pcie0>;
> + status = "disabled";

Ditto (drop patch)

Best regards,
Krzysztof

2023-01-30 02:04:36

by Richard Zhu

[permalink] [raw]
Subject: RE: [PATCH v6 6/6] arm64: dts: Add i.MX8MP PCIe EP support on EVK board

> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: 2023年1月20日 16:09
> To: Hongxing Zhu <[email protected]>; [email protected];
> [email protected]; [email protected]; Peng Fan
> <[email protected]>; [email protected]; Marcel Ziswiler
> <[email protected]>; [email protected]; Frank Li
> <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; dl-linux-imx <[email protected]>
> Subject: Re: [PATCH v6 6/6] arm64: dts: Add i.MX8MP PCIe EP support on EVK
> board
>
> On 20/01/2023 06:25, Richard Zhu wrote:
> > Add i.MX8MP PCIe EP support on EVK board.
> >
> > Signed-off-by: Richard Zhu <[email protected]>
> > ---
> > arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> > index 7816853162b3..6c94d57912b4 100644
> > --- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> > +++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> > @@ -404,6 +404,12 @@ &pcie {
> > status = "okay";
> > };
> >
> > +&pcie_ep{
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_pcie0>;
> > + status = "disabled";
>
> Ditto (drop patch)
Okay, would be dropped.
Thanks.

Best Regards
Richard Zhu
>
> Best regards,
> Krzysztof