]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/infoadas-kernel.git/commitdiff
ARM: dts: DRA74x: Use PCIe compatible specific to dra74
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 24 Aug 2017 14:12:51 +0000 (19:42 +0530)
committerJean-Jacques Hiblot <jjhiblot@ti.com>
Fri, 25 Aug 2017 12:16:13 +0000 (14:16 +0200)
Use dra74 specific compatible string for PCIe.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
arch/arm/boot/dts/dra7.dtsi
arch/arm/boot/dts/dra74x.dtsi

index fee24a815ef7b9d896a3d749d966d23141e1a798..2704e3189211b1d0cdb3bd236030897ca259bf77 100644 (file)
                        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 b96f6c7f77d046a97b2576a932151fb7e1ddc651..a95a1d17ad2de84f16ba33dab7da78af28db54e2 100644 (file)
                status = "disabled";
        };
 };
+
+&pcie1_rc {
+       compatible = "ti,dra746-pcie-rc";
+};
+
+&pcie1_ep {
+       compatible = "ti,dra746-pcie-ep";
+};
+
+&pcie2_rc {
+       compatible = "ti,dra746-pcie-rc";
+};