All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Kirkwood: ts219: Enable second PCIe port in DT.
@ 2013-06-11 13:01 Andrew Lunn
  2013-06-11 16:04 ` Jason Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 2013-06-11 13:01 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the second PCIe port on QNAP TS-11x/TS-21x devices as newer
revisions (rev 1.3) have a USB 3.0 chip from Etron on PCIe port 1.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 arch/arm/boot/dts/kirkwood-ts219-6282.dts |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/kirkwood-ts219-6282.dts b/arch/arm/boot/dts/kirkwood-ts219-6282.dts
index aba435d..6fdc5ff 100644
--- a/arch/arm/boot/dts/kirkwood-ts219-6282.dts
+++ b/arch/arm/boot/dts/kirkwood-ts219-6282.dts
@@ -30,6 +30,14 @@
 				marvell,function = "gpio";
 			};
 		};
+		pcie-controller {
+			status = "okay";
+
+			pcie at 2,0 {
+				status = "okay";
+			};
+		};
+
 	};
 
 	gpio_keys {
-- 
1.7.10.4

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

* [PATCH] ARM: Kirkwood: ts219: Enable second PCIe port in DT.
  2013-06-11 13:01 [PATCH] ARM: Kirkwood: ts219: Enable second PCIe port in DT Andrew Lunn
@ 2013-06-11 16:04 ` Jason Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Cooper @ 2013-06-11 16:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 11, 2013 at 03:01:40PM +0200, Andrew Lunn wrote:
> Enable the second PCIe port on QNAP TS-11x/TS-21x devices as newer
> revisions (rev 1.3) have a USB 3.0 chip from Etron on PCIe port 1.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
>  arch/arm/boot/dts/kirkwood-ts219-6282.dts |    8 ++++++++
>  1 file changed, 8 insertions(+)

Applied to mvebu/dt

thx,

Jason.

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

end of thread, other threads:[~2013-06-11 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11 13:01 [PATCH] ARM: Kirkwood: ts219: Enable second PCIe port in DT Andrew Lunn
2013-06-11 16:04 ` Jason Cooper

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.