Message ID | 1370955700-18111-1-git-send-email-andrew@lunn.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
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@2,0 { + status = "okay"; + }; + }; + }; gpio_keys {
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(+)