diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-06-11 17:01:40 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-06-11 20:02:08 +0400 |
commit | 918f8f309643978b9e761f39af8962a7388d332d (patch) | |
tree | 24648d02458ccedfb73453fdcb802ae1def300fc /arch/arm/boot/dts/kirkwood-ts219-6282.dts | |
parent | 83735101959e26dd35675143a4b6307c76f45135 (diff) | |
download | linux-918f8f309643978b9e761f39af8962a7388d332d.tar.xz |
ARM: Kirkwood: ts219: Enable second PCIe port in DT.
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>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-ts219-6282.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-ts219-6282.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-ts219-6282.dts b/arch/arm/boot/dts/kirkwood-ts219-6282.dts index a4554cb8b954..b5be3ea9b34d 100644 --- a/arch/arm/boot/dts/kirkwood-ts219-6282.dts +++ b/arch/arm/boot/dts/kirkwood-ts219-6282.dts @@ -29,6 +29,14 @@ marvell,function = "gpio"; }; }; + pcie-controller { + status = "okay"; + + pcie@2,0 { + status = "okay"; + }; + }; + }; gpio_keys { |