All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: kirkwood: Fix PCIe label on OpenRD
@ 2016-08-22 16:09 ` Gregory CLEMENT
  0 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2016-08-22 16:09 UTC (permalink / raw)
  To: Jason Cooper, Andrew Lunn, Sebastian Hesselbarth, Gregory CLEMENT
  Cc: Thomas Petazzoni, linux-arm-kernel, Aaro Koskinen, stable

While converting PCIe node on kirkwood by using label, the following
commit eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
introduced a regression on the OpenRD boards: the PCIe didn't work
anymore. As reported by Aaro Koskinen, the display/framebuffer was
lost. This commit adds the forgotten label.

Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Fixes: eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
Cc: stable@vger.kernel.org
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 arch/arm/boot/dts/kirkwood-openrd.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/kirkwood-openrd.dtsi b/arch/arm/boot/dts/kirkwood-openrd.dtsi
index e4ecab112601..7175511a92da 100644
--- a/arch/arm/boot/dts/kirkwood-openrd.dtsi
+++ b/arch/arm/boot/dts/kirkwood-openrd.dtsi
@@ -116,6 +116,10 @@
 	};
 };
 
+&pciec {
+	status = "okay";
+};
+
 &pcie0 {
 	status = "okay";
 };
-- 
2.9.3


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

* [PATCH] ARM: dts: kirkwood: Fix PCIe label on OpenRD
@ 2016-08-22 16:09 ` Gregory CLEMENT
  0 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2016-08-22 16:09 UTC (permalink / raw)
  To: linux-arm-kernel

While converting PCIe node on kirkwood by using label, the following
commit eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
introduced a regression on the OpenRD boards: the PCIe didn't work
anymore. As reported by Aaro Koskinen, the display/framebuffer was
lost. This commit adds the forgotten label.

Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Fixes: eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
Cc: stable at vger.kernel.org
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 arch/arm/boot/dts/kirkwood-openrd.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/kirkwood-openrd.dtsi b/arch/arm/boot/dts/kirkwood-openrd.dtsi
index e4ecab112601..7175511a92da 100644
--- a/arch/arm/boot/dts/kirkwood-openrd.dtsi
+++ b/arch/arm/boot/dts/kirkwood-openrd.dtsi
@@ -116,6 +116,10 @@
 	};
 };
 
+&pciec {
+	status = "okay";
+};
+
 &pcie0 {
 	status = "okay";
 };
-- 
2.9.3

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

* Re: [PATCH] ARM: dts: kirkwood: Fix PCIe label on OpenRD
  2016-08-22 16:09 ` Gregory CLEMENT
@ 2016-08-22 16:42   ` Andrew Lunn
  -1 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2016-08-22 16:42 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Jason Cooper, Sebastian Hesselbarth, Thomas Petazzoni,
	linux-arm-kernel, Aaro Koskinen, stable

On Mon, Aug 22, 2016 at 06:09:36PM +0200, Gregory CLEMENT wrote:
> While converting PCIe node on kirkwood by using label, the following
> commit eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
> introduced a regression on the OpenRD boards: the PCIe didn't work
> anymore. As reported by Aaro Koskinen, the display/framebuffer was
> lost. This commit adds the forgotten label.
> 
> Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> Fixes: eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
> Cc: stable@vger.kernel.org
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* [PATCH] ARM: dts: kirkwood: Fix PCIe label on OpenRD
@ 2016-08-22 16:42   ` Andrew Lunn
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2016-08-22 16:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 22, 2016 at 06:09:36PM +0200, Gregory CLEMENT wrote:
> While converting PCIe node on kirkwood by using label, the following
> commit eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
> introduced a regression on the OpenRD boards: the PCIe didn't work
> anymore. As reported by Aaro Koskinen, the display/framebuffer was
> lost. This commit adds the forgotten label.
> 
> Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> Fixes: eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
> Cc: stable at vger.kernel.org
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH] ARM: dts: kirkwood: Fix PCIe label on OpenRD
  2016-08-22 16:42   ` Andrew Lunn
@ 2016-08-26  9:34     ` Gregory CLEMENT
  -1 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2016-08-26  9:34 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: Jason Cooper, Sebastian Hesselbarth, Thomas Petazzoni,
	linux-arm-kernel, Aaro Koskinen, stable

Hi Andrew,
 
 On lun., août 22 2016, Andrew Lunn <andrew@lunn.ch> wrote:

> On Mon, Aug 22, 2016 at 06:09:36PM +0200, Gregory CLEMENT wrote:
>> While converting PCIe node on kirkwood by using label, the following
>> commit eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
>> introduced a regression on the OpenRD boards: the PCIe didn't work
>> anymore. As reported by Aaro Koskinen, the display/framebuffer was
>> lost. This commit adds the forgotten label.
>> 
>> Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
>> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
>> Fixes: eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
>> Cc: stable@vger.kernel.org
>> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Applied on mvebu/fixes

Thanks,

Gregory
>
>     Andrew

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [PATCH] ARM: dts: kirkwood: Fix PCIe label on OpenRD
@ 2016-08-26  9:34     ` Gregory CLEMENT
  0 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2016-08-26  9:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Andrew,
 
 On lun., ao?t 22 2016, Andrew Lunn <andrew@lunn.ch> wrote:

> On Mon, Aug 22, 2016 at 06:09:36PM +0200, Gregory CLEMENT wrote:
>> While converting PCIe node on kirkwood by using label, the following
>> commit eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
>> introduced a regression on the OpenRD boards: the PCIe didn't work
>> anymore. As reported by Aaro Koskinen, the display/framebuffer was
>> lost. This commit adds the forgotten label.
>> 
>> Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi>
>> Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
>> Fixes: eb13cf8345e9 ("ARM: dts: kirkwood: Fixup pcie DT warnings")
>> Cc: stable at vger.kernel.org
>> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Applied on mvebu/fixes

Thanks,

Gregory
>
>     Andrew

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2016-08-26  9:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-22 16:09 [PATCH] ARM: dts: kirkwood: Fix PCIe label on OpenRD Gregory CLEMENT
2016-08-22 16:09 ` Gregory CLEMENT
2016-08-22 16:42 ` Andrew Lunn
2016-08-22 16:42   ` Andrew Lunn
2016-08-26  9:34   ` Gregory CLEMENT
2016-08-26  9:34     ` Gregory CLEMENT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.