]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: DRA7: fix unit address of second PCIe instance
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 9 Jun 2016 15:13:55 +0000 (20:43 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Jun 2016 11:58:09 +0000 (04:58 -0700)
The unit address of the second PCIe instance
is set to be same as that of the first instance
(copy-paste error).

Fix it.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index 5f1e0296b3fdad724b9086f1b7fc64610d79d1fc..3c34a0c3ff7aba930c74ccf17cf440080b1e8b8f 100644 (file)
@@ -324,7 +324,7 @@ axi@1 {
                        ranges = <0x51800000 0x51800000 0x3000
                                  0x0        0x30000000 0x10000000>;
                        status = "disabled";
-                       pcie@51000000 {
+                       pcie@51800000 {
                                compatible = "ti,dra7-pcie";
                                reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
                                reg-names = "rc_dbics", "ti_conf", "config";