diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-12-19 10:31:29 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 16:24:52 +0100 |
commit | 90a621a2694c96e0cd5438184226cc5027dae211 (patch) | |
tree | dd63d7e0f95272dd86ede81a5847c538780ac4b9 /arch/arm/boot/dts/dra72x.dtsi | |
parent | ARM: dts: DRA74x: Use PCIe compatible specific to dra74 (diff) | |
download | linux-90a621a2694c96e0cd5438184226cc5027dae211.tar.xz linux-90a621a2694c96e0cd5438184226cc5027dae211.zip |
ARM: dts: DRA72x: Use PCIe compatible specific to dra72
Use dra72 specific compatible string for PCIe while preserving
the older compatible.
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>
Diffstat (limited to 'arch/arm/boot/dts/dra72x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra72x.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72x.dtsi b/arch/arm/boot/dts/dra72x.dtsi index 67107605fb4c..2dafad834d3d 100644 --- a/arch/arm/boot/dts/dra72x.dtsi +++ b/arch/arm/boot/dts/dra72x.dtsi @@ -50,3 +50,15 @@ status = "disabled"; }; }; + +&pcie1_rc { + compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie"; +}; + +&pcie1_ep { + compatible = "ti,dra726-pcie-ep", "ti,dra7-pcie-ep"; +}; + +&pcie2_rc { + compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie"; +}; |