kernel: update linux 3.8 to 3.8.2
[openwrt.git] / target / linux / mvebu / patches-3.8 / 044-arm_mvebu_add_pcie_dt_a370_rd.patch
1 --- a/arch/arm/boot/dts/armada-370-rd.dts
2 +++ b/arch/arm/boot/dts/armada-370-rd.dts
3 @@ -71,5 +71,20 @@
4                 usb@d0051000 {
5                         status = "okay";
6                 };
7 +
8 +               pcie-controller {
9 +                       status = "okay";
10 +                       /*
11 +                        * The two PCIe units are accessible through
12 +                        * both standard PCIe slots and mini-PCIe
13 +                        * slots on the board.
14 +                        */
15 +                       pcie0@0xd0040000 {
16 +                               status = "okay";
17 +                       };
18 +                       pcie1@0xd0080000 {
19 +                               status = "okay";
20 +                       };
21 +               };
22         };
23  };