Skip to content

Commit

Permalink
ARM: Kirkwood: ts219: Enable second PCIe port in DT.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Lunn authored and Jason Cooper committed Jun 11, 2013
1 parent 8373510 commit 918f8f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/kirkwood-ts219-6282.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
marvell,function = "gpio";
};
};
pcie-controller {
status = "okay";

pcie@2,0 {
status = "okay";
};
};

};

gpio_keys {
Expand Down

0 comments on commit 918f8f3

Please sign in to comment.