linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset
@ 2017-08-17 13:50 Gary Bisson
  2017-08-17 14:03 ` Shawn Guo
  2017-08-17 15:02 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Gary Bisson @ 2017-08-17 13:50 UTC (permalink / raw)
  To: shawnguo
  Cc: robh+dt, linux-arm-kernel, devicetree, linux-kernel, stable, Gary Bisson

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset
  2017-08-17 13:50 [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset Gary Bisson
@ 2017-08-17 14:03 ` Shawn Guo
  2017-08-17 15:02 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2017-08-17 14:03 UTC (permalink / raw)
  To: Gary Bisson; +Cc: robh+dt, linux-arm-kernel, devicetree, linux-kernel, stable

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset
  2017-08-17 13:50 [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset Gary Bisson
  2017-08-17 14:03 ` Shawn Guo
@ 2017-08-17 15:02 ` Greg KH
  2017-08-18  1:30   ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2017-08-17 15:02 UTC (permalink / raw)
  To: Gary Bisson
  Cc: shawnguo, robh+dt, linux-arm-kernel, devicetree, linux-kernel, stable

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset
  2017-08-17 15:02 ` Greg KH
@ 2017-08-18  1:30   ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2017-08-18  1:30 UTC (permalink / raw)
  To: Greg KH
  Cc: Gary Bisson, robh+dt, linux-arm-kernel, devicetree, linux-kernel, stable

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-18  1:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-17 13:50 [PATCH] ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset Gary Bisson
2017-08-17 14:03 ` Shawn Guo
2017-08-17 15:02 ` Greg KH
2017-08-18  1:30   ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).