mvebu: enable PCIe on Marvell Armada 370 Reference Design
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Jan 2013 22:29:22 +0000 (22:29 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Jan 2013 22:29:22 +0000 (22:29 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35213 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch [new file with mode: 0644]

diff --git a/target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch b/target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch
new file mode 100644 (file)
index 0000000..f3a02d7
--- /dev/null
@@ -0,0 +1,23 @@
+--- a/arch/arm/boot/dts/armada-370-rd.dts
++++ b/arch/arm/boot/dts/armada-370-rd.dts
+@@ -71,5 +71,20 @@
+               usb@d0051000 {
+                       status = "okay";
+               };
++
++              pcie-controller {
++                      status = "okay";
++                      /*
++                       * The two PCIe units are accessible through
++                       * both standard PCIe slots and mini-PCIe
++                       * slots on the board.
++                       */
++                      pcie0@0xd0040000 {
++                              status = "okay";
++                      };
++                      pcie1@0xd0080000 {
++                              status = "okay";
++                      };
++              };
+       };
+ };