Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1714058 > unrolled thread

[PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset

Started byGary Bisson <gary.bisson@boundarydevices.com>
First post2017-08-17 16:00 +0200
Last post2017-08-18 03:40 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset Gary Bisson <gary.bisson@boundarydevices.com> - 2017-08-17 16:00 +0200
    Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset Shawn Guo <shawnguo@kernel.org> - 2017-08-17 16:10 +0200
    Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset Greg KH <gregkh@linuxfoundation.org> - 2017-08-17 17:10 +0200
      Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset Shawn Guo <shawnguo@kernel.org> - 2017-08-18 03:40 +0200

#1714058 — [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset

FromGary Bisson <gary.bisson@boundarydevices.com>
Date2017-08-17 16:00 +0200
Subject[PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset
Message-ID<uftv4-5CX-27@gated-at.bofh.it>
Previous value was a bad copy of nitrogen6_max device tree.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
 arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
index aeaa5a6e4fcf..a24e4f1911ab 100644
--- a/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
@@ -507,7 +507,7 @@
 	pinctrl_pcie: pciegrp {
 		fsl,pins = <
 			/* PCIe reset */
-			MX6QDL_PAD_EIM_BCLK__GPIO6_IO31	0x030b0
+			MX6QDL_PAD_EIM_DA0__GPIO3_IO00	0x030b0
 			MX6QDL_PAD_EIM_DA4__GPIO3_IO04	0x030b0
 		>;
 	};
@@ -668,7 +668,7 @@
 &pcie {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_pcie>;
-	reset-gpio = <&gpio6 31 GPIO_ACTIVE_LOW>;
+	reset-gpio = <&gpio3 0 GPIO_ACTIVE_LOW>;
 	status = "okay";
 };
 
-- 
2.14.1

[toc] | [next] | [standalone]


#1714063

FromShawn Guo <shawnguo@kernel.org>
Date2017-08-17 16:10 +0200
Message-ID<uftEJ-5VR-9@gated-at.bofh.it>
In reply to#1714058
On Thu, Aug 17, 2017 at 03:50:10PM +0200, Gary Bisson wrote:
> Previous value was a bad copy of nitrogen6_max device tree.
> 
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>

Applied, thanks.

[toc] | [prev] | [next] | [standalone]


#1714111

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-08-17 17:10 +0200
Message-ID<ufuAO-6yO-27@gated-at.bofh.it>
In reply to#1714058
On Thu, Aug 17, 2017 at 03:50:10PM +0200, Gary Bisson wrote:
> Previous value was a bad copy of nitrogen6_max device tree.
> 
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
>  arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read:
    https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>

[toc] | [prev] | [next] | [standalone]


#1714518

FromShawn Guo <shawnguo@kernel.org>
Date2017-08-18 03:40 +0200
Message-ID<ufEqu-4Gr-19@gated-at.bofh.it>
In reply to#1714111
On Thu, Aug 17, 2017 at 08:02:36AM -0700, Greg KH wrote:
> On Thu, Aug 17, 2017 at 03:50:10PM +0200, Gary Bisson wrote:
> > Previous value was a bad copy of nitrogen6_max device tree.
> > 
> > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> > ---
> >  arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> <formletter>
> 
> This is not the correct way to submit patches for inclusion in the
> stable kernel tree.  Please read:
>     https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> for how to do this properly.
> 
> </formletter>

I didn't realized that Gary wants to get this into stable.  I will add
Fixes and stable tags to the patch.  Thanks, Greg.

Shawn

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web