]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: DRA74x: Use PCIe compatible specific to dra74
authorKishon Vijay Abraham I <kishon@ti.com>
Tue, 19 Dec 2017 09:31:28 +0000 (15:01 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Dec 2017 15:24:52 +0000 (07:24 -0800)
Use dra74 specific compatible string for PCIe while preserving
the older compatible. While at that add a new label for the
2nd instance of pcie.

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
arch/arm/boot/dts/dra74x.dtsi

index 24c104d1360a80bc1cb48a8201b801ef33f39da2..000ad9ad6efe061f72066cabf3a1df6ca460e74f 100644 (file)
@@ -349,7 +349,7 @@ axi@1 {
                        ranges = <0x51800000 0x51800000 0x3000
                                  0x0        0x30000000 0x10000000>;
                        status = "disabled";
-                       pcie@51800000 {
+                       pcie2_rc: pcie@51800000 {
                                compatible = "ti,dra7-pcie";
                                reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
                                reg-names = "rc_dbics", "ti_conf", "config";
index 24e6746c5b262602ac70f4935d23842ba8454fbe..a001eecf3b14d2539411d71f629b102bbfae52ea 100644 (file)
@@ -124,3 +124,15 @@ mbox_dsp2_ipc3x: mbox_dsp2_ipc3x {
                status = "disabled";
        };
 };
+
+&pcie1_rc {
+       compatible = "ti,dra746-pcie-rc", "ti,dra7-pcie";
+};
+
+&pcie1_ep {
+       compatible = "ti,dra746-pcie-ep", "ti,dra7-pcie-ep";
+};
+
+&pcie2_rc {
+       compatible = "ti,dra746-pcie-rc", "ti,dra7-pcie";
+};